summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorThais Siqueira <thais.siqueira@gmail.com>2017-02-24 14:27:31 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2017-02-24 14:27:31 -0300
commitfec26b211a42b068e677ac5b43080bd4bf59e47a (patch)
treee5bb685c1370e7e10cc707258fa235d953f426a3 /web-ui/package.json
parentfb4630207d86d39ea05dd679b2724be87597c518 (diff)
[#907] Moves tests to directories components
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index 63272743..a9cb9604 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -80,7 +80,7 @@
"test:unit": "npm run test:coverage && npm run test:karma",
"test:integration": "mocha-webpack --webpack-config webpack.test.config.js --require test/integration/setup.js \"test/integration/**/*.spec.js\"",
"test:coverage": "NODE_ENV=test nyc --check-coverage npm run test:mocha",
- "test:mocha": "mocha-webpack --webpack-config webpack.test.config.js \"test/unit/**/*.spec.js\"",
+ "test:mocha": "mocha-webpack --webpack-config webpack.test.config.js \"src/**/*.spec.js\"",
"test:karma": "karma start --single-run $GRUNT_OPTS",
"test:watch:mocha": "npm run test:mocha -- --watch",
"test:watch:karma": "karma start",