chore: add fuzz testing script to package.json
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint . --fix",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
|
"test:fuzz": "vitest run -t fuzzing",
|
||||||
"test:watch": "vitest",
|
"test:watch": "vitest",
|
||||||
"electron-postinstall": "electron-builder install-app-deps",
|
"electron-postinstall": "electron-builder install-app-deps",
|
||||||
"electron": "pnpm run electron-postinstall && pnpm run build && electron .",
|
"electron": "pnpm run electron-postinstall && pnpm run build && electron .",
|
||||||
|
|||||||
Reference in New Issue
Block a user