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:
parent
8c81a54565
commit
dc88073bcc
@ -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);
|
||||||
// });
|
// });
|
||||||
//
|
|
||||||
// });
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user