Skip to content

Commit

Permalink
Merge pull request #22 from bassamseif/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
goodmind authored Feb 20, 2018
2 parents c908641 + 4bae166 commit 14b8027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var tapeNock = require('tape-nock')
// call tapeNock with tape and an options object
var test = tapeNock(tape, { //options object to be passed to nock, not required
fixtures: path.join(__dirname, 'fixtures'), // this is the default path
mode: 'dryrun' // this is the default mode
mode: 'dryrun', // this is the default mode
defaultTestOptions: { // optionally provide default options to nockBack for each test
before: function () {
console.log('a preprocessing function, gets called before nock.define')
Expand Down

0 comments on commit 14b8027

Please sign in to comment.