From 192b2f94157cc952f149b4eae39a4a3ea2fa45fc Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Tue, 8 Jan 2019 11:46:52 -0800 Subject: [PATCH] Go back to run_all_tests.sh for npm test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51467b8f5..469be7a6c 100644 --- a/package.json +++ b/package.json @@ -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,