We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886a07d commit 34c0482Copy full SHA for 34c0482
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "Node.js implementation of a W3C WoT Web Thing",
5
"type": "module",
6
"scripts": {
7
- "test": "node --test test/",
+ "test": "node --test test/*.test.js",
8
"lint": "eslint .",
9
"format": "prettier --write .",
10
"format:check": "prettier --check .",
0 commit comments