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 cb4a02c commit 4b5a6e0Copy full SHA for 4b5a6e0
tests/e2e/tests/i18n/extract-default.ts
@@ -14,6 +14,6 @@ export default function() {
14
join('src/app/i18n-test', 'i18n-test.component.html'),
15
'<p i18n>Hello world</p>'))
16
.then(() => ng('xi18n'))
17
- .then(() => expectFileToExist(join('projects/test-project', 'messages.xlf')))
18
- .then(() => expectFileToMatch(join('projects/test-project', 'messages.xlf'), /Hello world/));
+ .then(() => expectFileToExist(join('src', 'messages.xlf')))
+ .then(() => expectFileToMatch(join('src', 'messages.xlf'), /Hello world/));
19
}
0 commit comments