瀏覽代碼

Remove esbuild smoke test check for now

Alex Dima 3 年之前
父節點
當前提交
978cfb4258
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 	// 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');