chore: add fuzz testing script to package.json

This commit is contained in:
2026-01-07 19:12:34 -06:00
parent b683809713
commit ce568c2965

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 .",