Skip to content

Commit 4ea8301

Browse files
committed
fix pattern for tests
1 parent f0f6b55 commit 4ea8301

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
@@ -12,7 +12,7 @@
1212
],
1313
"main": "lib/index.js",
1414
"scripts": {
15-
"test": "mocha --exit --require ts-node/register \"lib/**/*.spec.js\"",
15+
"test": "mocha --exit --require ts-node/register \"lib/**/*.spec.ts\"",
1616
"preversion": "git push && npm test",
1717
"postversion": "git push && git push --tags"
1818
},

0 commit comments

Comments
 (0)