Skip to content

Commit 864a4b1

Browse files
committed
chore: add afterEach
1 parent 0dd7d0f commit 864a4b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/EnterpriseContract/__tests__/useEnterpriseContractResultFromLogs.spec.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ describe('useEnterpriseContractResultFromLogs', () => {
4343
]);
4444
});
4545

46+
afterEach(() => jest.clearAllMocks());
47+
4648
it('should parse valid rules to json', async () => {
4749
const { result, waitForNextUpdate } = renderHook(() =>
4850
useEnterpriseContractResultFromLogs('dummy-abcd'),

0 commit comments

Comments
 (0)