Skip to content

Commit dbc4d15

Browse files
committed
Remove corpus seeds and fix typo in docs
1 parent 590ae75 commit dbc4d15

16 files changed

+3
-5
lines changed

docs/fuzz-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Alternatively, you can add a new script to your package.json:
194194

195195
Files matched by the flags `--include` or `--custom_hooks`, and not matched by
196196
the flag `--exclude` will be included in the coverage report. It is recommended
197-
to disable coverage report generation during fuzzing, because of a substantial
197+
to disable coverage report generation during fuzzing, because of the substantial
198198
overhead that it adds.
199199

200200
### Coverage report directory

docs/jest-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ your project. To do so, execute the following command in your project root
2828
directory.
2929

3030
```shell
31-
npm install --save-dev @jazzer.js/jest-integration
31+
npm install --save-dev @jazzer.js/jest-runner
3232
```
3333

3434
This will install the custom Jest runner along with all other required Jazzer.js
-44 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.
-34 Bytes
Binary file not shown.
-77 Bytes
Binary file not shown.

examples/custom-hooks/corpus/1b1925055b605b0490c8e0b256263ba38e5e2f88

Lines changed: 0 additions & 1 deletion
This file was deleted.
-40 Bytes
Binary file not shown.
-52 Bytes
Binary file not shown.
-17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)