We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dcfd0 commit 6d6fc05Copy full SHA for 6d6fc05
tests/legacy-cli/e2e/tests/i18n/ivy-localize-dl.ts
@@ -24,6 +24,7 @@ export default async function() {
24
localizeVersion = require('../../ng-snapshot/package.json').dependencies['@angular/localize'];
25
}
26
await npm('install', `${localizeVersion}`);
27
+ await npm('run', 'webdriver-update');
28
29
await updateJsonFile('tsconfig.json', config => {
30
config.compilerOptions.target = 'es2015';
0 commit comments