mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Apply formatter
This commit is contained in:
@@ -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 = ({
|
||||
|
||||
@@ -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 = ({
|
||||
|
||||
Reference in New Issue
Block a user