We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7736b commit e21034cCopy full SHA for e21034c
packages/webapp/__tests__/MostUpvotedPage.tsx
@@ -16,6 +16,10 @@ import { mockGraphQL } from '@dailydotdev/shared/__tests__/helpers/graphql';
16
import { TestBootProvider } from '@dailydotdev/shared/__tests__/helpers/boot';
17
import Upvoted from '../pages/upvoted';
18
19
+afterEach(() => {
20
+ nock.cleanAll();
21
+});
22
+
23
beforeEach(() => {
24
jest.restoreAllMocks();
25
jest.clearAllMocks();
0 commit comments