Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
[Fix] Unskip generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevils committed Apr 14, 2016
1 parent b09ef84 commit c82294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/config/generator.js
Expand Up @@ -10,7 +10,7 @@ var ConfigGenerator = require('../../../lib/config/generator');
var crockfordClone = require('../../data/configs/generator/crockfordClone');

// Skip it, to slow at the moment
describe.skip('lib/config/generator', function() {
describe('lib/config/generator', function() {
this.timeout(60000);

var _path = path.resolve(__dirname, '../../../lib/config/generator.js');
Expand Down

0 comments on commit c82294f

Please sign in to comment.