Skip to content

Commit ad63c40

Browse files
committed
Node test needs test filename pattern on Node 22
1 parent 11f84c0 commit ad63c40

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
@@ -33,7 +33,7 @@
3333
"lint": "eslint src/osm-auth.mjs test/*.js",
3434
"start": "npx http-server ./ -c-1",
3535
"test": "run-s build test:node",
36-
"test:node": "c8 node --test test/"
36+
"test:node": "c8 node --test test/*.js"
3737
},
3838
"devDependencies": {
3939
"c8": "^10.1.3",

0 commit comments

Comments
 (0)