All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Update to the latest version of
nock
to get bug fixes.
- New feature:
defaultTestOptons
- set before, after, and afterRecord functions for all tests whentapeNock
is defined. - Added example of using
tape-nock
withsupertest
to the README. - expose
nock
viatapeNock.nock
- reduces dev scripts boilerplate
- adds coveralls
- we can use it now with
var test = require('tape-nock')(tape)
- bump nock version to v9
test.only
now works!- typescript definitions now included
- Thanks @goodmind for the contributions!
- Add typings (thanks @goodmind!)
- Touch ups to README
- expose nock via .nock -- useful for mocking things directly.
- add ability to pass nockBack options through tape's options
- update README