Skip to content

Commit 6796fee

Browse files
committed
Always use spec as test reporter
1 parent cf90f2f commit 6796fee

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
@@ -37,8 +37,8 @@
3737
"scripts": {
3838
"format": "prettier --write .",
3939
"lint": "tsc && eslint && prettier --check .",
40-
"test": "node --test test/test.js",
41-
"test:update-snapshots": "node --test --test-update-snapshots test/test.js"
40+
"test": "node --test --test-reporter spec test/test.js",
41+
"test:update-snapshots": "node --test --test-reporter spec --test-update-snapshots test/test.js"
4242
},
4343
"dependencies": {
4444
"chokidar": "^4.0.3",

0 commit comments

Comments
 (0)