Skip to content

Commit 0bb3359

Browse files
committed
Ensure all tests are ran.
1 parent 058e0f8 commit 0bb3359

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/engines/classic/template-file-info.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
var path = require('path');
22
var fse = require('fs-extra');
3-
var existsSync = require('exists-sync');
43
var compile = require('htmlbars').compile;
54
var ClassicFileInfo = require('./classic-file-info');
65

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ember-module-migrator": "./bin/ember-module-migrator"
88
},
99
"scripts": {
10-
"test": "mocha test/**/*-test.js",
10+
"test": "mocha test/*-test.js test/**/*-test.js",
1111
"preversion": "npm test",
1212
"postversion": "git push && git push --tags && npm publish"
1313
},

0 commit comments

Comments
 (0)