Skip to content

Commit

Permalink
lint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed May 12, 2024
1 parent e20de88 commit 9f20def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/integration/hue-api-v2-integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { log } from "../logger"
import { curlHealthTest, CONTAINER_TIMEOUT, DEFAULT_TIMEOUT } from "./test-utils"
import { afterAll, beforeAll, describe, expect, test, vi } from "vitest"

vi.setConfig({ hookTimeout: CONTAINER_TIMEOUT})
vi.setConfig({ hookTimeout: CONTAINER_TIMEOUT })

describe("API v2 - Integration", () => {
let hue: StartedTestContainer
Expand Down

0 comments on commit 9f20def

Please sign in to comment.