Skip to content

Commit 20fe0f6

Browse files
committed
Fix npm test script.
1 parent 285375d commit 20fe0f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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"
1111
},
1212
"author": "Robert Jackson <[email protected]>",
1313
"license": "MIT",

0 commit comments

Comments
 (0)