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 3f2ffeb commit ad0290bCopy full SHA for ad0290b
package.json
@@ -25,7 +25,7 @@
25
"dev": "rollup --config --watch",
26
"lint": "eslint src/ test/",
27
"fix-lint": "eslint src/ test/ --fix",
28
- "test": "mocha out/test/refresh.test.{js,cjs,mjs} --parallel"
+ "test": "mocha out/test/*.test.{js,cjs,mjs} --parallel"
29
},
30
"repository": {
31
"type": "git",
0 commit comments