mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Remove esbuild smoke test check for now
This commit is contained in:
parent
726cbbecbc
commit
978cfb4258
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue