Skip to content

Commit c23918c

Browse files
committed
fix: flaky Rollup UT
Signed-off-by: Vaibhav Agarwal <[email protected]>
1 parent 2f3f4a6 commit c23918c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/Rollups/containers/Rollups/Rollups.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ describe("<Rollups /> spec", () => {
255255
browserServicesMock.rollupService.getRollups = jest.fn();
256256

257257
const { getByTestId } = renderRollupsWithRouter();
258-
258+
browserServicesMock.transformService.getTransforms.mockClear();
259259
await userEvent.click(getByTestId("refreshButton"));
260260

261261
await waitFor(

0 commit comments

Comments
 (0)