Skip to content

Commit

Permalink
refactor: organize the tests of .reply(), .replyWithFile(), and .repl…
Browse files Browse the repository at this point in the history
…yWithError() to make them more digestible (#1518)
  • Loading branch information
paulmelnikow authored and gr2m committed May 1, 2019
1 parent 6d83202 commit dca6788
Show file tree
Hide file tree
Showing 8 changed files with 614 additions and 559 deletions.
2 changes: 2 additions & 0 deletions tests/test_default_reply_headers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict'

// Tests of `.defaultReplyHeaders()`.

const { test } = require('tap')
const nock = require('..')
const got = require('got')
Expand Down

0 comments on commit dca6788

Please sign in to comment.