Deno mini-port of @mozillasecurity/octo
8b20380b28
Use chi-squared goodness of fit tests for random distributions. |
||
---|---|---|
logging | ||
make | ||
random | ||
tests | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
karma.conf.js | ||
package.json | ||
README.md |
A fuzzing framework for JavaScript
This is WIP.
Testing
Tests live in the tests/
subdirectory, and are written for QUnit.
To run tests locally, open tests/index.html
in a browser.
The automated tests are run in Firefox/Chrome using Karma.
To run the automated tests:
npm install
CHROME_BIN=chromium npm test
When adding new files, add them in index.html
and karma.conf.js
so they can be tested and included in coverage reports.