Explorar o código

Remove esbuild smoke test check for now

Alex Dima %!s(int64=3) %!d(string=hai) anos
pai
achega
978cfb4258
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/smoke/runner.js

+ 1 - 1
test/smoke/runner.js

@@ -38,7 +38,7 @@ async function runTests() {
 	// uncomment to shortcircuit and run a specific combo
 	// await runTest('webpack', 'chromium'); return;
 
-	for (const type of ['amd', 'webpack', 'esbuild']) {
+	for (const type of ['amd', 'webpack' /*, 'esbuild'*/]) {
 		await runTest(type, 'chromium');
 		await runTest(type, 'firefox');
 		// await runTest(type, 'webkit');