Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Apr 5, 2024
1 parent 15c224f commit 25aad00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
import { screen } from "solid-testing-library";
import { createSignal } from "solid-js";
import { user } from "$core/test-utils/user.ts";
import { getCheckButton } from "@/components/solid/CheckButton.test-helper.ts";
import { getCheckButton } from "@/components/solid/atoms/CheckButton.test-helper.ts";
import { simulateSsrEnvironment } from "$core/test-utils/simulateSsrEnvironment.test-helper.ts";

function renderExamSelector(options: Array<Option>) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TechniqueChooser } from "./TechniqueChooser.tsx";
import type { DojoDetails, DojoInfo, ResolvedDojo } from "$core/model/Dojo.ts";
import { createExam } from "$core/model/Exam.test-helper.ts";
import { user } from "$core/test-utils/user.ts";
import { getCheckButton } from "@/components/solid/CheckButton.test-helper.ts";
import { getCheckButton } from "@/components/solid/atoms/CheckButton.test-helper.ts";
import { waitFor } from "@testing-library/react";
import { delay } from "@/utils/delay.ts";
import { renderSolid } from "$core/test-utils/renderSolid.test-helper.tsx";
Expand Down

0 comments on commit 25aad00

Please sign in to comment.