esm - restore --esm for web test runner (#230379)

This commit is contained in:
Benjamin Pasero
2024-10-03 12:07:04 +02:00
committed by GitHub
parent 60d850e1a8
commit 2b30a40013

View File

@@ -74,6 +74,7 @@ async function main() {
openSystemBrowser = true;
}
serverArgs.push('--esm'); // TODO@esm this should be the default
serverArgs.push('--sourcesPath', APP_ROOT);
serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playground'));