Reference

AppFixture

Temporary app fixture for rendering and writing app-router files in tests.

Signature

interface AppFixture

Members

appDir: string
function render(path: string, options?: AppFixtureRenderOptions): Promise<Response>
function write(path: string, contents: string): Promise<void>