test(@angular-devkit/build-angular): remove unneeded flag from test

This commit is contained in:
Filipe Silva 2018-10-31 15:44:26 +00:00 committed by Alex Eagle
parent 9b26f9ba49
commit e4c0151241

View File

@ -233,7 +233,7 @@ describe('Browser Builder rebuilds', () => {
// Add a major static analysis error on a non-main file to the initial build.
host.replaceInFile('./src/app/app.component.ts', `'app-root'`, `(() => 'app-root')()`);
const overrides = { watch: true, aot: true, forkTypeChecker: false };
const overrides = { watch: true, aot: true };
const logger = new TestLogger('rebuild-aot-errors');
const staticAnalysisError = 'Function expressions are not supported in decorators';
const syntaxError = 'Declaration or statement expected.';
@ -298,7 +298,7 @@ describe('Browser Builder rebuilds', () => {
'src/app/imported-styles.css': 'p {color: #f00;}',
});
const overrides = { watch: true, aot: true, forkTypeChecker: false };
const overrides = { watch: true, aot: true };
let buildNumber = 0;
runTargetSpec(host, browserTargetSpec, overrides, DefaultTimeout * 3).pipe(