Skip to content

Commit ac8251c

Browse files
moonglumFND
andauthored
Fixup for node:test
Co-authored-by: FND <[email protected]>
1 parent afeca35 commit ac8251c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"scripts": {
2323
"test": "npm-run-all --parallel lint test:unit",
24-
"test:unit": "node --test test/test_*.js",
25-
"lint": "eslint --cache lib bin/* test test/bin/* && echo ✓"
24+
"test:unit": "node --test ./test/test_*.js",
25+
"lint": "eslint --cache ./lib ./bin/* ./test ./test/bin/* && echo ✓"
2626
},
2727
"engines": {
2828
"node": ">= 18"

0 commit comments

Comments
 (0)