Skip to content

Commit 81e3abf

Browse files
committed
use verbose
1 parent f45642e commit 81e3abf

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"start": "bin/node-raylib examples/core/core_basic_window.js",
99
"benchmark": "bin/node-raylib examples/textures/textures_bunnymark.js",
10-
"test": "vitest run --globals",
10+
"test": "vitest run --globals --reporter verbose",
1111
"test:watch": "vitest --globals --ui",
1212
"posttest": "standard tools test examples index.js",
1313
"test:fix": "standard --fix",

0 commit comments

Comments
 (0)