chore: add fuzz testing script to package.json

This commit is contained in:
Sudo-Ivan 2026-01-07 19:12:34 -06:00
parent b683809713
commit ce568c2965
No known key found for this signature in database
GPG key ID: 1E0B37EE76428197

View file

@ -15,6 +15,7 @@
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"test": "vitest run",
"test:fuzz": "vitest run -t fuzzing",
"test:watch": "vitest",
"electron-postinstall": "electron-builder install-app-deps",
"electron": "pnpm run electron-postinstall && pnpm run build && electron .",