Skip to content

Commit 28adc68

Browse files
committed
fix test
1 parent c501e3a commit 28adc68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/actions/ReportTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,7 @@ describe('actions/Report', () => {
16931693
callback: (val) => (updateReport = val),
16941694
});
16951695
expect(updateReport?.description).toBe('<h1>test</h1>');
1696+
mockFetch.mockReset();
16961697
});
16971698
});
16981699

0 commit comments

Comments
 (0)