Browse Source

Remove esbuild smoke test check for now

Alex Dima 3 years ago
parent
commit
978cfb4258
1 changed files with 1 additions and 1 deletions
  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');