Skip to content

Commit ce45fa7

Browse files
committed
fix(test): fix test scripts
1 parent d1596fd commit ce45fa7

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
@@ -36,7 +36,7 @@
3636
"precommit": "lint-staged",
3737
"postcommit": "git reset",
3838
"prepublish": "npm run --if-present build",
39-
"test": "mocha \"test/**/*.ts\"",
39+
"test": "mocha \"test/**/*.{js,ts}\"",
4040
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
4141
"watch": "tsc -p . --watch"
4242
},

0 commit comments

Comments
 (0)