1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-05 01:20:06 +01:00

Update FRESH tests with recent changes.

This commit is contained in:
devlinjd 2015-11-19 10:39:48 -05:00
parent 0aa9bc2937
commit 458c8519b5

View File

@ -23,7 +23,7 @@ describe('fullstack.json (FRESH)', function () {
it('should have one or more of each section', function() { it('should have one or more of each section', function() {
expect( expect(
//(_sheet.basics) && //(_sheet.basics) &&
(_sheet.name && _sheet.label && _sheet.class && _sheet.summary) && (_sheet.name && _sheet.info && _sheet.location) &&
(_sheet.employment.history && _sheet.employment.history.length > 0) && (_sheet.employment.history && _sheet.employment.history.length > 0) &&
(_sheet.skills && _sheet.skills.length > 0) && (_sheet.skills && _sheet.skills.length > 0) &&
(_sheet.education.history && _sheet.education.history.length > 0) && (_sheet.education.history && _sheet.education.history.length > 0) &&