Skip to content

Commit

Permalink
refactor(test): Mocha DSL for common utilities (#1920)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastermatt authored Feb 19, 2020
1 parent a23af97 commit d26f4f7
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 372 deletions.
2 changes: 1 addition & 1 deletion tests/test_abort.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const sinon = require('sinon')

require('./setup')

it('req.abort() should cause "abort" and "error" to be emitted', done => {
it('`req.abort()` should cause "abort" and "error" to be emitted', done => {
const scope = nock('http://example.test')
.get('/')
.delayConnection(500)
Expand Down
Loading

0 comments on commit d26f4f7

Please sign in to comment.