Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/e2e/__tests__/export/
H A Dwithout-sourcemaps.test.ts53 const jsBundle = fs.readFileSync(path.join(outputDir, file!), 'utf8'); constant
54 expect(jsBundle).not.toMatch('//# sourceMappingURL');
55 expect(jsBundle).not.toMatch('//# sourceURL');
H A Dstatic-rendering.test.ts152 const jsBundle = fs.readFileSync(path.join(outputDir, file!), 'utf8'); constant
153 expect(jsBundle).toMatch(
156 expect(jsBundle).toMatch(/^\/\/\# sourceURL=\/_expo\/static\/js\/web\/index-.*\.js$/gm);
157 const mapFile = jsBundle.match(
182 const jsBundle = fs.readFileSync(path.join(outputDir, script.attributes.src), 'utf8'); constant
185 expect(jsBundle).toMatch('__BUNDLE_START_TIME__');
187 expect(jsBundle).not.toMatch('not-public-value');
H A Dsingle-page-app.test.ts105 const jsBundle = fs.readFileSync(path.join(outputDir, script.attributes.src), 'utf8'); constant
108 expect(jsBundle).toMatch('__BUNDLE_START_TIME__');
110 expect(jsBundle).not.toMatch('not-public-value');