mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Removes parcel smoke test, as it replaces process with {}
This commit is contained in:
parent
b0330f8eed
commit
9488e7e078
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ async function runTests() {
|
|||
// uncomment to shortcircuit and run a specific combo
|
||||
// await runTest('webpack', 'chromium'); return;
|
||||
/** @type {PackagerKind[]} */
|
||||
const testTypes = ['amd', 'webpack', 'esbuild', 'vite', 'parcel'];
|
||||
const testTypes = ['amd', 'webpack', 'esbuild', 'vite'];
|
||||
// TODO: add parcel! (this currently fails because parcel replaces process with {})
|
||||
|
||||
for (const type of testTypes) {
|
||||
await runTest(type, 'chromium');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue