(...segments: Array<string>)
| 194 | } |
| 195 | |
| 196 | export function getRepoPath(...segments: Array<string>) { |
| 197 | return resolve(repoRoot, ...segments) |
| 198 | } |
| 199 | |
| 200 | export async function createReactAppFixture( |
| 201 | options: Omit<CreateAppFixtureOptions, 'framework'>, |
no outgoing calls
no test coverage detected