Skip to content

Commit bea4328

Browse files
committed
fix: add node_ts env on test script
1 parent 383a7f1 commit bea4328

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
@@ -9,7 +9,7 @@
99
"homepage": "https://github.com/SecJS/Utils#readme",
1010
"scripts": {
1111
"build": "tsc",
12-
"test": "jest --verbose",
12+
"test": "NODE_TS=true jest --verbose",
1313
"test:debug": "DEBUG=* jest --verbose",
1414
"lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix"
1515
},

0 commit comments

Comments
 (0)