Skip to content

Commit c958fd2

Browse files
Remove unused mock
1 parent 3751f3e commit c958fd2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

extensions/ql-vscode/src/view/variant-analysis/__tests__/VariantAnalysisStatusStats.spec.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ import {
88
import { formatDate } from "../../../pure/date";
99

1010
describe(VariantAnalysisStatusStats.name, () => {
11-
const onViewLogsClick = jest.fn();
12-
13-
afterEach(() => {
14-
onViewLogsClick.mockReset();
15-
});
16-
1711
const render = (props: Partial<VariantAnalysisStatusStatsProps> = {}) =>
1812
reactRender(
1913
<VariantAnalysisStatusStats

0 commit comments

Comments
 (0)