From ac20f2515be722ca4e93ede6a6da582345cdee78 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Fri, 5 Apr 2024 13:31:42 +0900 Subject: [PATCH] Apply formatter --- tslib/react/test/PlotHistory.test.tsx | 4 ++-- tslib/react/test/TrialTable.test.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = ({