MCPcopy Create free account
hub / github.com/TanStack/cli / createReactAppFixture

Function createReactAppFixture

packages/cli/tests-e2e/helpers.ts:200–207  ·  view source on GitHub ↗
(
  options: Omit<CreateAppFixtureOptions, 'framework'>,
)

Source from the content-addressed store, hash-verified

198}
199
200export async function createReactAppFixture(
201 options: Omit<CreateAppFixtureOptions, 'framework'>,
202): Promise<E2EApp> {
203 return createAppFixture({
204 framework: 'react',
205 ...options,
206 })
207}
208
209function getPackageManagerCommandForScript(
210 packageManager: 'pnpm' | 'npm' | 'yarn' | 'bun' | 'deno',

Calls 1

createAppFixtureFunction · 0.85

Tested by

no test coverage detected