From 978cfb4258861bc48f733596e8118c2cd491887e Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 7 Feb 2022 09:17:15 +0100 Subject: [PATCH] Remove esbuild smoke test check for now --- test/smoke/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/runner.js b/test/smoke/runner.js index 394e7887..134edb81 100644 --- a/test/smoke/runner.js +++ b/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');