Go back to run_all_tests.sh for npm test

This commit is contained in:
Rachel Fenichel
2019-01-08 11:46:52 -08:00
parent 0ec471332b
commit 192b2f9415

View File

@@ -20,7 +20,7 @@
"scripts": {
"prepare": "gulp blockly_javascript_en",
"lint": "eslint .",
"test": "mocha --opts tests/mocha/mocha.opts tests/mocha/*.js"
"test": "tests/run_all_tests.sh"
},
"license": "Apache-2.0",
"private": true,