Remove esbuild smoke test check for now

This commit is contained in:
Alex Dima 2022-02-07 09:17:15 +01:00
parent 726cbbecbc
commit 978cfb4258
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -38,7 +38,7 @@ async function runTests() {
// uncomment to shortcircuit and run a specific combo // uncomment to shortcircuit and run a specific combo
// await runTest('webpack', 'chromium'); return; // 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, 'chromium');
await runTest(type, 'firefox'); await runTest(type, 'firefox');
// await runTest(type, 'webkit'); // await runTest(type, 'webkit');