Searched refs:mapFiles (Results 1 – 1 of 1) sorted by relevance
129 const mapFiles = files.filter((file) => file?.endsWith('.map')); constant130 expect(mapFiles).toEqual([expect.stringMatching(/_expo\/static\/js\/web\/index-.*\.map/)]);132 for (const file of mapFiles) {