Deno mini-port of @mozillasecurity/octo
227f6a1958
This does not do the same array type checks as random.item(), but these should be standardized throughout the module. |
||
---|---|---|
logging | ||
make | ||
random | ||
tests | ||
utils | ||
.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.