Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
gvorbeck committed Jan 26, 2024
1 parent a040de9 commit 7f9c40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PageLayout/PageLayout.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { describe, it, expect, vi } from "vitest";
import { BrowserRouter } from "react-router-dom";
import PageLayout from "./PageLayout";
import { render } from "@testing-library/react";
import { User } from "firebase/auth";
// import { User } from "firebase/auth";

// Mock User
const user: User = true as unknown as User;
// const user: User = true as unknown as User;

describe("PageLayout", () => {
it("displays the welcome message", () => {
Expand Down

0 comments on commit 7f9c40a

Please sign in to comment.