Skip to content

Commit

Permalink
fix: restore nock
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed May 22, 2023
1 parent 3251858 commit bf34425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/log_pusher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import { LogPusher } from '../../src/log_pusher/index'
import nock from 'nock'

test.group('LogPusher', (group) => {
group.teardown(async () => {
nock.restore()
})

group.each.teardown(async () => {
nock.cleanAll()
})
Expand Down

0 comments on commit bf34425

Please sign in to comment.