We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6812f7 commit 0f4e38fCopy full SHA for 0f4e38f
tests/e2e/tests/i18n/build-locale.ts
@@ -1,7 +1,6 @@
1
import { ng } from '../../utils/process';
2
import { expectFileToMatch, rimraf } from '../../utils/fs';
3
import { getGlobalVariable } from '../../utils/env';
4
-import { expectToFail } from '../../utils/utils';
5
6
7
export default function () {
@@ -21,5 +20,4 @@ export default function () {
21
20
.then(() => expectFileToMatch('dist/main.js', /registerLocaleData/))
22
.then(() => expectFileToMatch('dist/main.js', /angular_common_locales_fr/))
23
.then(() => rimraf('dist'))
24
- .then(() => expectToFail(() => ng('build', '--aot', '--locale=no-locale')));
25
}
0 commit comments