mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Update FRESH tests with new exemplar name.
This commit is contained in:
parent
1b3fdfbc5f
commit
15a74587bc
@ -9,14 +9,14 @@ var chai = require('chai')
|
|||||||
|
|
||||||
chai.config.includeStack = false;
|
chai.config.includeStack = false;
|
||||||
|
|
||||||
describe('fresh-resume-exemplar.json (FRESH)', function () {
|
describe('jane-doe.json (FRESH)', function () {
|
||||||
|
|
||||||
var _sheet;
|
var _sheet;
|
||||||
|
|
||||||
it('should open without throwing an exception', function () {
|
it('should open without throwing an exception', function () {
|
||||||
function tryOpen() {
|
function tryOpen() {
|
||||||
_sheet = new FRESHResume().open(
|
_sheet = new FRESHResume().open(
|
||||||
'node_modules/FRESCA/examples/fresh-resume-exemplar.json' );
|
'node_modules/FRESCA/exemplar/jane-doe.json' );
|
||||||
}
|
}
|
||||||
tryOpen.should.not.Throw();
|
tryOpen.should.not.Throw();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user