fix(web): import App.tsx (not App.js) in App.test.tsx #137

Merged
groombook-engineer[bot] merged 3 commits from fix/gro-141-mock-get-session-in-app-test into feature/gro-118-better-auth 2026-03-28 00:45:21 +00:00
Showing only changes of commit fdd3f332be - Show all commits
+1 -1
View File
@@ -1,7 +1,7 @@
import { describe, it, expect, vi, beforeEach } from "vitest";
import { render, screen, within, waitFor } from "@testing-library/react";
import { MemoryRouter } from "react-router-dom";
import { App } from "../App.tsx";
import { App } from "../App";
// Mock fetch to return appropriate responses based on URL