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:
@@ -26,9 +26,7 @@ describe("PlotHistory Tests", async () => {
|
||||
for (const study of window.mockStudies) {
|
||||
test(`PlotHistory (study name: ${study.name})`, () => {
|
||||
setup({ study, dataTestId: `plot-history-${study.id}` })
|
||||
expect(
|
||||
screen.getByTestId(`plot-history-${study.id}`)
|
||||
).toBeInTheDocument()
|
||||
expect(screen.getByTestId(`plot-history-${study.id}`)).toBeInTheDocument()
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
@@ -26,9 +26,7 @@ describe("TrialTable Tests", async () => {
|
||||
for (const study of window.mockStudies) {
|
||||
test(`TrialTable (study name: ${study.name})`, () => {
|
||||
setup({ study, dataTestId: `trial-table-${study.id}` })
|
||||
expect(
|
||||
screen.getByTestId(`trial-table-${study.id}`)
|
||||
).toBeInTheDocument()
|
||||
expect(screen.getByTestId(`trial-table-${study.id}`)).toBeInTheDocument()
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user