Skip to content

Commit 9662c2e

Browse files
committed
fix tests on node@22 now that .ts behaves differently
1 parent 184bbd6 commit 9662c2e

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
@@ -8,7 +8,7 @@
88
"prettier": "prettier \"./**/*.ts\" \"./**/*.tsx\" --write",
99
"git-pre-commit": "npm run prettier && git add -A",
1010
"lint": "npm run prettier && git diff --exit-code",
11-
"test": "tsc && rm -f test/hardlink/link && ln test/hardlink/orig.txt test/hardlink/link && node --test"
11+
"test": "tsc && rm -f test/hardlink/link && ln test/hardlink/orig.txt test/hardlink/link && node --test ./dist/test/**/*.test.js"
1212
},
1313
"repository": "styfle/packagephobia",
1414
"author": "styfle",

0 commit comments

Comments
 (0)