aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json
index f6bde2e4e..3981f3058 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,8 @@
"private": true,
"scripts": {
"start": "gulp dev",
- "test": "npm run testUi",
- "testPlugin": "mocha --require test/helper.js --compilers js:babel-register --recursive",
- "watch": "mocha watch --compilers js:babel-register --recursive",
- "testUi": "mocha ui/test/**/**/*test.js",
- "watchUi": "mocha watch ui/test/**/*test.js"
+ "test": "mocha --require test/helper.js --compilers js:babel-register --recursive",
+ "watch": "mocha watch --compilers js:babel-register --recursive"
},
"browserify": {
"transform": [