Deno mini-port of @mozillasecurity/octo
lib | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
karma.conf.js | ||
LICENSE | ||
package.json | ||
README.md |
A fuzzing framework for JavaScript
This is WIP.
Build
./build.py -f lib -d .
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.