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 6724c07 commit a18305fCopy full SHA for a18305f
test/index.spec.js
@@ -1,10 +1,12 @@
1
const test = require('ava')
2
+const nock = require('nock')
3
const cache = require('../src/cache')
4
const { mock, getServer, registerPlugin } = require('./_helpers')
5
const fixtures = require('./_fixtures')
6
7
test.afterEach('reset instances and prototypes', () => {
8
cache.reset()
9
+ nock.cleanAll()
10
})
11
12
test.cb.serial('throw error if plugin gets registered twice', (t) => {
0 commit comments