fix(compiler-cli): disable buggy expression lowering (#18513)

This commit is contained in:
Victor Berchet
2017-08-03 14:31:23 -07:00
committed by GitHub
parent 9b015a95eb
commit ca695e0632
2 changed files with 3 additions and 2 deletions

View File

@ -315,7 +315,7 @@ describe('ngc command-line', () => {
.toBe(true);
});
describe('expression lowering', () => {
xdescribe('expression lowering', () => {
beforeEach(() => {
writeConfig(`{
"extends": "./tsconfig-base.json",