We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e24bae commit 0bacb6bCopy full SHA for 0bacb6b
tests/legacy-cli/e2e/tests/i18n/extract-ivy-libraries.ts
@@ -65,6 +65,8 @@ export default async function() {
65
await expectFileToMatch('messages.xlf', 'Hello world');
66
await expectFileToMatch('messages.xlf', 'i18n-lib-test works!');
67
68
+ await npm('uninstall', '@angular/localize');
69
+
70
// TODO: Investigate failures on Windows and remove this check
71
if (process.platform === 'win32') {
72
return;
tests/legacy-cli/e2e/tests/i18n/extract-ivy.ts
@@ -63,4 +63,6 @@ export default async function() {
63
if (!message4.includes(`Ivy extraction enabled but application is not Ivy enabled.`)) {
64
throw new Error('Expected ivy disabled application warning');
}
0 commit comments