Skip to content

Commit 8a98c8b

Browse files
committed
4th update to unit test def for node 20
1 parent 847c3b3 commit 8a98c8b

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
@@ -15,7 +15,7 @@
1515
"test:ci": "npm run lint && npm run coverage && npm run test:typescript",
1616
"test:report": "npm run lint && npm run unit:report && npm run test:typescript",
1717
"test:typescript": "tsd",
18-
"unit": "node --test --no-experimental-strip-types --test-timeout=180000",
18+
"unit": "node --test --test-timeout=180000 test/*.js",
1919
"coverage": "c8 --reporter=lcov npm run unit",
2020
"coverage:report": "c8 report",
2121
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause;0BSD\"",

0 commit comments

Comments
 (0)