We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf90f2f commit 6796feeCopy full SHA for 6796fee
package.json
@@ -37,8 +37,8 @@
37
"scripts": {
38
"format": "prettier --write .",
39
"lint": "tsc && eslint && prettier --check .",
40
- "test": "node --test test/test.js",
41
- "test:update-snapshots": "node --test --test-update-snapshots test/test.js"
+ "test": "node --test --test-reporter spec test/test.js",
+ "test:update-snapshots": "node --test --test-reporter spec --test-update-snapshots test/test.js"
42
},
43
"dependencies": {
44
"chokidar": "^4.0.3",
0 commit comments