Deno mini-port of @mozillasecurity/octo
Go to file
Jesse Schwartzentruber 5be44328f0 Double the length of random distribution tests to decrease random
failures.
2017-06-07 10:28:50 -04:00
deploy Update octo.js 2017-06-07 03:46:44 +02:00
lib Simplify random.hex 2017-06-07 10:27:51 -04:00
tests Double the length of random distribution tests to decrease random 2017-06-07 10:28:50 -04:00
.editorconfig Add .editorconfig 2017-04-23 02:29:16 +03:00
.gitignore Ignore .idea project files 2017-04-25 11:03:38 -04:00
.jshintrc Add random to .jshintrc 2017-04-13 16:17:33 +03:00
.travis.yml Add Travis integration for slack 2017-06-01 13:43:57 -04:00
Gruntfile.js Linter changes 2017-04-26 18:01:48 -04:00
LICENSE Add LICENSE 2017-04-22 23:09:22 +03:00
README.md Update README.md 2017-05-02 19:01:17 +03:00
build.py Initial commit of build.py and combined octo.js 2017-05-02 11:37:55 -04:00
karma.conf.js Include all of lib in karma 2017-04-25 14:27:17 -04:00
package.json Linter changes 2017-04-26 18:01:48 -04:00

README.md

Build Status Coverage Status JavaScript Style Guide

A fuzzing framework for JavaScript

This is WIP.

Build

./build.py -l lib -d deploy

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.