We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23af97 commit d26f4f7Copy full SHA for d26f4f7
5 files changed
tests/test_abort.js
@@ -7,7 +7,7 @@ const sinon = require('sinon')
7
8
require('./setup')
9
10
-it('req.abort() should cause "abort" and "error" to be emitted', done => {
+it('`req.abort()` should cause "abort" and "error" to be emitted', done => {
11
const scope = nock('http://example.test')
12
.get('/')
13
.delayConnection(500)
0 commit comments