Skip to content

Commit d26f4f7

Browse files
authored
refactor(test): Mocha DSL for common utilities (#1920)
1 parent a23af97 commit d26f4f7

5 files changed

Lines changed: 358 additions & 372 deletions

File tree

tests/test_abort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const sinon = require('sinon')
77

88
require('./setup')
99

10-
it('req.abort() should cause "abort" and "error" to be emitted', done => {
10+
it('`req.abort()` should cause "abort" and "error" to be emitted', done => {
1111
const scope = nock('http://example.test')
1212
.get('/')
1313
.delayConnection(500)

0 commit comments

Comments
 (0)