We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45642e commit 81e3abfCopy full SHA for 81e3abf
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"start": "bin/node-raylib examples/core/core_basic_window.js",
9
"benchmark": "bin/node-raylib examples/textures/textures_bunnymark.js",
10
- "test": "vitest run --globals",
+ "test": "vitest run --globals --reporter verbose",
11
"test:watch": "vitest --globals --ui",
12
"posttest": "standard tools test examples index.js",
13
"test:fix": "standard --fix",
0 commit comments