Skip to content

Commit 2d9c863

Browse files
committed
development mode is to TDD with testem so make that npm-start
1 parent 259aa9f commit 2d9c863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"mocha_reporter": "spec"
1313
},
1414
"scripts": {
15+
"start": "testem",
1516
"test": "mocha -u mocha-gwt -R $npm_package_config_mocha_reporter --compilers coffee:coffee-script --recursive test/helper.coffee test/",
1617
"test:debug": "npm test -- --debug-brk",
1718
"preversion": "git pull --rebase && npm test",

0 commit comments

Comments
 (0)