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

Fix imports.

This commit is contained in:
Bogdan Bodnar
2019-08-27 16:42:33 +02:00
parent de09e7a03c
commit 3bb760ceb3
6 changed files with 53 additions and 26 deletions

View File

@ -8,7 +8,7 @@
import React from "react";
import { render } from "customTestRender";
import SubmitButton, { STATES } from "../components/SubmitButton";
import { STATES, SubmitButton } from "../components/SubmitButton";
describe("<SubmitButton/>", () => {
it("Render ready", () => {