Fuzz testing using Jazzer.js

This commit is contained in:
Faisal Salman
2023-04-27 07:04:51 +07:00
parent a74ebeb82e
commit 3d5c70457e
3 changed files with 1992 additions and 0 deletions

View File

@@ -165,11 +165,13 @@
],
"scripts": {
"build": "./script/build-dist.sh && ./script/build-module.js",
"fuzz": "npx jazzer ./test/jazzer-fuzz-test.js --sync",
"test": "npm run build && ./script/test-all.sh"
},
"devDependencies": {
"@babel/parser": "7.15.8",
"@babel/traverse": "7.15.4",
"@jazzer.js/core": "^1.4.0",
"@playwright/test": "~1.32.2",
"jshint": "~2.13.6",
"mocha": "~8.2.0",