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.
2 parents 9d8ea8d + 8b32e06 commit 02c2c52Copy full SHA for 02c2c52
package.json
@@ -45,7 +45,7 @@
45
"watch": "shx rm -rf lib/ && babel --watch -d lib/ src/",
46
"lint": "standard --fix",
47
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
48
- "test": "TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register test/**/*.test.ts",
+ "test": "TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register 'test/**/*.test.ts'",
49
"testee": "testee test/index.html --browsers firefox",
50
"start": "npm run compile && node example/app",
51
"docs:serve": "vuepress dev docs",
0 commit comments