Searched refs:jsBundle (Results 1 – 3 of 3) sorted by relevance
53 const jsBundle = fs.readFileSync(path.join(outputDir, file!), 'utf8'); constant54 expect(jsBundle).not.toMatch('//# sourceMappingURL');55 expect(jsBundle).not.toMatch('//# sourceURL');
152 const jsBundle = fs.readFileSync(path.join(outputDir, file!), 'utf8'); constant153 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'); constant185 expect(jsBundle).toMatch('__BUNDLE_START_TIME__');187 expect(jsBundle).not.toMatch('not-public-value');
105 const jsBundle = fs.readFileSync(path.join(outputDir, script.attributes.src), 'utf8'); constant108 expect(jsBundle).toMatch('__BUNDLE_START_TIME__');110 expect(jsBundle).not.toMatch('not-public-value');