Skip to content

Commit 34c0482

Browse files
committed
Fix tests
1 parent 886a07d commit 34c0482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Node.js implementation of a W3C WoT Web Thing",
55
"type": "module",
66
"scripts": {
7-
"test": "node --test test/",
7+
"test": "node --test test/*.test.js",
88
"lint": "eslint .",
99
"format": "prettier --write .",
1010
"format:check": "prettier --check .",

0 commit comments

Comments
 (0)