Skip to content

Commit 72086dd

Browse files
committed
Fix formatting in InvestigationFlow.test.jsx using Prettier
1 parent e43c8a9 commit 72086dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/tests/components/investigations/flow/InvestigationFlow.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { render, screen, fireEvent } from "@testing-library/react";
55
import { BrowserRouter } from "react-router-dom";
66
import { InvestigationFlow } from "../../../../src/components/investigations/flow/InvestigationFlow";
77

8-
jest.mock("reactflow/dist/style.css", () => { });
8+
jest.mock("reactflow/dist/style.css", () => {});
99

1010
describe("test InvestigationFlow", () => {
1111
// mock needed for testing flow https://reactflow.dev/learn/advanced-use/testing#using-jest

0 commit comments

Comments
 (0)