Преглед изворни кода

E2E: Removed useMacOSARMBinary flag.

Mr.doob пре 2 година
родитељ
комит
8f82d06985
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/e2e/puppeteer.js

+ 1 - 1
test/e2e/puppeteer.js

@@ -268,7 +268,7 @@ async function main() {
 
 async function downloadLatestChromium() {
 
-	const browserFetcher = new BrowserFetcher( { path: 'test/e2e/chromium', useMacOSARMBinary: true } ); // ARM binary is experimental
+	const browserFetcher = new BrowserFetcher( { path: 'test/e2e/chromium' } );
 
 	const os = PLATFORMS[ browserFetcher.platform() ];