mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
chore: add fuzz testing script to package.json
This commit is contained in:
parent
b683809713
commit
ce568c2965
1 changed files with 1 additions and 0 deletions
|
|
@ -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 .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue