We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68db54a commit 6126d35Copy full SHA for 6126d35
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"start": "npm run test:base -- --watch --growl",
8
- "test:base": "mocha \"tests/lib/**/no-unregistered-components.js\" --reporter dot",
+ "test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
9
"test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
10
"debug": "mocha --inspect-brk \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
11
"cover:report": "nyc report --reporter=html",
0 commit comments