Skip to content

Commit

Permalink
DELETE-ME/idk
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinSorel committed Jul 21, 2024
1 parent 92e8299 commit d908424
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/tests/auth.setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { env } from "@/env";
import dotenv from "dotenv";
dotenv.config();

import { test as setup } from "@playwright/test";
import { env } from "@/env";

const authFile = "e2e/.auth/user.json";

Expand Down

0 comments on commit d908424

Please sign in to comment.