mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
adds amd and firefox/webkit to smoke tests (#4967)
This commit is contained in:
parent
d2c20a1ad7
commit
9e4368a8e9
1 changed files with 3 additions and 3 deletions
|
|
@ -42,13 +42,13 @@ 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;
|
||||||
/** @type {PackagerKind[]} */
|
/** @type {PackagerKind[]} */
|
||||||
const testTypes = ['webpack', 'esbuild', 'vite'];
|
const testTypes = ['webpack', 'esbuild', 'vite', 'amd'];
|
||||||
// TODO: add parcel! (this currently fails because parcel replaces process with {})
|
// TODO: add parcel! (this currently fails because parcel replaces process with {})
|
||||||
|
|
||||||
for (const type of testTypes) {
|
for (const type of testTypes) {
|
||||||
await runTest(type, 'chromium');
|
await runTest(type, 'chromium');
|
||||||
// await runTest(type, 'firefox');
|
await runTest(type, 'firefox');
|
||||||
// await runTest(type, 'webkit');
|
await runTest(type, 'webkit');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue