Skip to content

Commit 02c2c52

Browse files
Merge pull request #403 from J3m5/patch-4
test(package.json): Fix glob pattern in mocha test script
2 parents 9d8ea8d + 8b32e06 commit 02c2c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"watch": "shx rm -rf lib/ && babel --watch -d lib/ src/",
4646
"lint": "standard --fix",
4747
"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",
48+
"test": "TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register 'test/**/*.test.ts'",
4949
"testee": "testee test/index.html --browsers firefox",
5050
"start": "npm run compile && node example/app",
5151
"docs:serve": "vuepress dev docs",

0 commit comments

Comments
 (0)