Home
last modified time | relevance | path

Searched refs:fixturePath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/__tests__/
H A DwrapFetchWithProgress-test.ts26 const fixturePath = path.join(__dirname, './fixtures/panda.png'); constant
31 fs.createReadStream(fixturePath),
34 'Content-Length': fs.statSync(fixturePath).size,
/expo/packages/@expo/cli/e2e/__tests__/
H A Dutils.ts113 const fixturePath = path.join(__dirname, '../fixtures', fixtureName); constant
115 if (!fs.existsSync(fixturePath)) {
124 await copySync(fixturePath, projectRoot);
/expo/docs/pages/router/reference/
H A Dtesting.mdx51 `renderRouter(fixturePath: string, options: RenderOptions)`