Skip to content

Commit

Permalink
maybe clean up nock preemptively?
Browse files Browse the repository at this point in the history
  • Loading branch information
lperson committed Apr 29, 2024
1 parent e030aee commit 246edfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __test__/extensions/contact-loaders/ngpvan/ngpvan.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ describe("ngpvan", () => {
beforeEach(async () => {
fakeNgpVanBaseApiUrl = "https://www.relisten.com";
});
afterEach(async () => {
await nock.cleanAll();
});

describe("#available", () => {
let oldNgpVanWebhookUrl;
Expand Down

0 comments on commit 246edfc

Please sign in to comment.