UNPKG

546 BMarkdownView Raw
1# annofuzz - Fuzzer for JavaScript
2
3`annofuzz` provides a way to fuzz you functions. It has been designed to work with [annotate](https://github.com/bebraw/annotate) and [annois](https://github.com/bebraw/annois) although it works as long as you implement the protocol.
4
5`annofuzz` outputs test results using [TAP](http://en.wikipedia.org/wiki/Test_Anything_Protocol) format. This means you can easily pipe it into some TAP parser and examine the results as you like.
6
7## License
8
9`annofuzz` is available under MIT. See LICENSE for more details.