File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
tests/legacy-cli/e2e/tests/i18n Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ export default async function() {
65
65
await expectFileToMatch ( 'messages.xlf' , 'Hello world' ) ;
66
66
await expectFileToMatch ( 'messages.xlf' , 'i18n-lib-test works!' ) ;
67
67
68
+ await npm ( 'uninstall' , '@angular/localize' ) ;
69
+
68
70
// TODO: Investigate failures on Windows and remove this check
69
71
if ( process . platform === 'win32' ) {
70
72
return ;
Original file line number Diff line number Diff line change @@ -63,4 +63,6 @@ export default async function() {
63
63
if ( ! message4 . includes ( `Ivy extraction enabled but application is not Ivy enabled.` ) ) {
64
64
throw new Error ( 'Expected ivy disabled application warning' ) ;
65
65
}
66
+
67
+ await npm ( 'uninstall' , '@angular/localize' ) ;
66
68
}
You can’t perform that action at this time.
0 commit comments