Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/e2e/__tests__/export/
H A Dstatic-rendering.test.ts129 const mapFiles = files.filter((file) => file?.endsWith('.map')); constant
130 expect(mapFiles).toEqual([expect.stringMatching(/_expo\/static\/js\/web\/index-.*\.map/)]);
132 for (const file of mapFiles) {