Skip to content

Commit 419a2df

Browse files
committed
fix: import vi explicitly in api-auth e2e test
1 parent 8413af5 commit 419a2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/test/api-auth.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Requires a pre-built webapp: pnpm run build --filter webapp
88
*/
9-
import { afterAll, beforeAll, describe, expect, it } from "vitest";
9+
import { afterAll, beforeAll, describe, expect, it, vi } from "vitest";
1010
import type { TestServer } from "@internal/testcontainers/webapp";
1111
import { startTestServer } from "@internal/testcontainers/webapp";
1212
import { generateJWT } from "@trigger.dev/core/v3/jwt";

0 commit comments

Comments
 (0)