mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-22 13:36:27 +08:00
test: mocking isAuthenticated to false
This commit is contained in:
parent
5351c4eca5
commit
20eaec60d9
1 changed files with 1 additions and 0 deletions
|
@ -14,4 +14,5 @@ vi.mock("../src/ts/constants/env-config", () => ({
|
|||
vi.mock("../src/ts/firebase", () => ({
|
||||
app: undefined,
|
||||
Auth: undefined,
|
||||
isAuthenticated: () => false,
|
||||
}));
|
||||
|
|
Loading…
Add table
Reference in a new issue