Reference
AppFixture
Temporary app fixture for rendering and writing app-router files in tests.
Signature
interface AppFixtureMembers
appDir: stringfunction render(path: string, options?: AppFixtureRenderOptions): Promise<Response>function write(path: string, contents: string): Promise<void>