fix(compiler-cli): disable buggy expression lowering (#18513)
This commit is contained in:
@ -315,7 +315,7 @@ describe('ngc command-line', () => {
|
||||
.toBe(true);
|
||||
});
|
||||
|
||||
describe('expression lowering', () => {
|
||||
xdescribe('expression lowering', () => {
|
||||
beforeEach(() => {
|
||||
writeConfig(`{
|
||||
"extends": "./tsconfig-base.json",
|
||||
|
Reference in New Issue
Block a user