mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-11-04 06:47:27 +00:00 
			
		
		
		
	test: add fresh-theme-underscore to suite
This commit is contained in:
		@@ -56,8 +56,9 @@ function genThemes( title, src, fmt ) {
 | 
			
		||||
        // Run the command!
 | 
			
		||||
        var v = new HackMyResume.verbs.build();
 | 
			
		||||
        v.on('hmr:error', function(ex) {
 | 
			
		||||
          console.log('Error thrown');
 | 
			
		||||
          assert(false);
 | 
			
		||||
          console.error('Error thrown: %o', ex);
 | 
			
		||||
          throw ex;
 | 
			
		||||
          //assert(false);
 | 
			
		||||
        });
 | 
			
		||||
        var p = v.invoke( src, dst, opts );
 | 
			
		||||
 | 
			
		||||
@@ -74,7 +75,7 @@ function genThemes( title, src, fmt ) {
 | 
			
		||||
    //genTheme(fmt, src, 'hello-world');
 | 
			
		||||
    genTheme(fmt, src, 'compact');
 | 
			
		||||
    genTheme(fmt, src, 'modern');
 | 
			
		||||
    //genTheme(fmt, src, 'underscore');
 | 
			
		||||
    genTheme(fmt, src, 'underscore', 'node_modules/fresh-test-themes/node_modules/fresh-theme-underscore');
 | 
			
		||||
    //genTheme(fmt, src, 'awesome');
 | 
			
		||||
    genTheme(fmt, src, 'positive');
 | 
			
		||||
    genTheme(fmt, src, 'jsonresume-theme-boilerplate',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user