Searched refs:fixturePath (Results 1 – 3 of 3) sorted by relevance
26 const fixturePath = path.join(__dirname, './fixtures/panda.png'); constant31 fs.createReadStream(fixturePath),34 'Content-Length': fs.statSync(fixturePath).size,
113 const fixturePath = path.join(__dirname, '../fixtures', fixtureName); constant115 if (!fs.existsSync(fixturePath)) {124 await copySync(fixturePath, projectRoot);
51 `renderRouter(fixturePath: string, options: RenderOptions)`