diff --git a/tslib/react/test/PlotHistory.test.tsx b/tslib/react/test/PlotHistory.test.tsx index d323f667..b235ec56 100644 --- a/tslib/react/test/PlotHistory.test.tsx +++ b/tslib/react/test/PlotHistory.test.tsx @@ -1,8 +1,8 @@ +import * as Optuna from "@optuna/types" import { render, screen } from "@testing-library/react" import React from "react" -import * as Optuna from "@optuna/types" +import { describe, expect, test } from "vitest" import { PlotHistory } from "../src/components/PlotHistory" -import { describe, test, expect } from "vitest" describe("PlotHistory Tests", async () => { const setup = ({ diff --git a/tslib/react/test/TrialTable.test.tsx b/tslib/react/test/TrialTable.test.tsx index e041f3e3..992bf0ed 100644 --- a/tslib/react/test/TrialTable.test.tsx +++ b/tslib/react/test/TrialTable.test.tsx @@ -1,8 +1,8 @@ +import * as Optuna from "@optuna/types" import { render, screen } from "@testing-library/react" import React from "react" -import * as Optuna from "@optuna/types" +import { describe, expect, test } from "vitest" import { TrialTable } from "../src/components/TrialTable" -import { describe, test, expect } from "vitest" describe("TrialTable Tests", async () => { const setup = ({