Skip to content

Commit 1d85e89

Browse files
authored
Merge pull request mjhea0#5 from m0uneer/patch-2
Bug Fixing: Mocha doesn't run all test files
2 parents c89663f + 0bab273 commit 1d85e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typescript-node-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"start": "node dist/index.js",
8-
"test": "mocha --reporter spec --compilers ts:ts-node/register test/**/*.test.ts"
8+
"test": "mocha --reporter spec --compilers ts:ts-node/register 'test/**/*.test.ts'"
99
},
1010
"keywords": [],
1111
"author": "",

0 commit comments

Comments
 (0)