We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46185d commit 7aded58Copy full SHA for 7aded58
entrypoints/test.sh
@@ -8,4 +8,4 @@ mkdir -p /react/dist || true
8
cp /react/src/html/index.html.template /react/dist/index.html
9
cd /react
10
11
-exec npm run test
+exec npm run unit_test
package.json
@@ -52,7 +52,8 @@
52
"scripts": {
53
"start": "node server.js",
54
"build": "webpack --display-error-details --progress",
55
- "test": "mocha --require ignore-styles /react/test/helpers/browser.js /react/test/*test.js /react/test/**/*test.js",
+ "test": "./docker/test.sh",
56
+ "unit_test": "mocha --require ignore-styles /react/test/helpers/browser.js /react/test/*test.js /react/test/**/*test.js",
57
"dev:hot": "webpack-dev-server"
58
},
59
"repository": {
0 commit comments