invoke generator just to improve coverage
This commit is contained in:
7
test/unit/generator.test.js
Normal file
7
test/unit/generator.test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var generator = require('../../test-tmp/generator.js');
|
||||
|
||||
describe('generator', function(){
|
||||
it('is a function that executes', function(){
|
||||
generator();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user