Apply formatter

This commit is contained in:
porink0424
2024-04-05 13:31:42 +09:00
parent 039653793e
commit ac20f2515b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 = ({
+2 -2
View File
@@ -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 = ({