1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

test: reactivate Awesome theme and ice check

This commit is contained in:
hacksalot 2018-02-04 23:35:42 -05:00
parent 8c81a54565
commit dc88073bcc
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06

View File

@ -76,10 +76,11 @@ function genThemes( title, src, fmt ) {
genTheme(fmt, src, 'compact'); genTheme(fmt, src, 'compact');
genTheme(fmt, src, 'modern'); genTheme(fmt, src, 'modern');
genTheme(fmt, src, 'underscore', 'node_modules/fresh-theme-underscore' ); genTheme(fmt, src, 'underscore', 'node_modules/fresh-theme-underscore' );
//genTheme(fmt, src, 'awesome'); genTheme(fmt, src, 'awesome');
genTheme(fmt, src, 'positive'); genTheme(fmt, src, 'positive');
genTheme(fmt, src, 'jsonresume-theme-boilerplate', genTheme(fmt, src, 'jsonresume-theme-boilerplate',
'node_modules/jsonresume-theme-boilerplate' ); 'node_modules/jsonresume-theme-boilerplate' );
genTheme(fmt, src, 'jsonresume-theme-sceptile', genTheme(fmt, src, 'jsonresume-theme-sceptile',
'node_modules/jsonresume-theme-sceptile' ); 'node_modules/jsonresume-theme-sceptile' );
genTheme(fmt, src, 'jsonresume-theme-modern', genTheme(fmt, src, 'jsonresume-theme-modern',
@ -129,17 +130,17 @@ genThemes(
'JRS' 'JRS'
); );
// describe('Verifying generated theme files...', function() { describe('Verifying generated theme files...', function() {
//
// it('Generated files should not contain ICE.', function() { it('Generated files should not contain ICE.', function() {
// var q = folderContains('@@@@', '../sandbox'); var q = folderContains('@@@@', '../sandbox');
// q.should.equal(false); q.should.equal(false);
// }); });
//
// it('Generated files should match exemplars...', function() { // it('Generated files should match exemplars...', function() {
// var q = foldersMatch( 'test/sandbox/FRESH/jane-q-fullstacker/modern', // var q = foldersMatch( 'test/sandbox/FRESH/jane-q-fullstacker/modern',
// 'test/expected/modern' ); // 'test/expected/modern' );
// q.should.equal(true); // q.should.equal(true);
// }); // });
//
// }); });