Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Sep 5, 2022
1 parent 9280018 commit 0583146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ beforeAll(() => server.listen());
beforeEach(() => {
resetQueryCache();
});

afterEach(() => server.resetHandlers());
afterAll(() => server.close());

0 comments on commit 0583146

Please sign in to comment.