1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Fix tests

This commit is contained in:
Aleksandr Gumroian
2024-06-07 16:39:50 +02:00
parent 912f8facdb
commit 4ca07dceb0
13 changed files with 15 additions and 15 deletions

View File

@ -9,7 +9,7 @@ import React from "react";
import { act, fireEvent, render, waitForElement } from "customTestRender";
import mockAxios from "jest-mock-axios";
import { WebSockets } from "webSockets/WebSockets";
import WebSockets from "webSockets/WebSockets";
import ForisForm from "../components/ForisForm";
// It's possible to unittest each hooks via react-hooks-testing-library.