Skip to content

Commit 6126d35

Browse files
committed
Restore not intended change in package.json
1 parent 68db54a commit 6126d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"start": "npm run test:base -- --watch --growl",
8-
"test:base": "mocha \"tests/lib/**/no-unregistered-components.js\" --reporter dot",
8+
"test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
99
"test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
1010
"debug": "mocha --inspect-brk \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
1111
"cover:report": "nyc report --reporter=html",

0 commit comments

Comments
 (0)