mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-12-15 04:13:36 +01:00
Format all files with Prettier
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
*/
|
||||
|
||||
import React from "react";
|
||||
import {
|
||||
render, getByText, queryByText, fireEvent,
|
||||
} from "customTestRender";
|
||||
import { render, getByText, queryByText, fireEvent } from "customTestRender";
|
||||
|
||||
import { useAlert, AlertContextProvider } from "../AlertContext";
|
||||
|
||||
@@ -31,7 +29,7 @@ describe("AlertContext", () => {
|
||||
const { container } = render(
|
||||
<AlertContextProvider>
|
||||
<AlertTest />
|
||||
</AlertContextProvider>,
|
||||
</AlertContextProvider>
|
||||
);
|
||||
componentContainer = container;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user