Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Missing comma in example
  • Loading branch information
bassamseif authored Feb 20, 2018
1 parent c908641 commit 4bae166
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 4bae166

Please sign in to comment.