Skip to content

Commit 99d4fd6

Browse files
alan-agius4mgechev
authored andcommitted
test: fix ng update test for version 7 (#15420)
1 parent ab8d197 commit 99d4fd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/legacy-cli/e2e/tests/update/update-7.0.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export default async function() {
2828
// Should update tsconfig and src/browserslist via differential-loading.
2929
await expectFileToMatch('tsconfig.json', `"target": "es2015",`);
3030
await expectToFail(() => expectFileToExist('e2e/browserlist'));
31-
// Should update the build-angular version.
32-
await expectFileToMatch('package.json', `"@angular-devkit/build-angular": "~0.8`);
3331
// Should rename codelyzer rules.
3432
await expectFileToMatch('tslint.json', `use-lifecycle-interface`);
3533
// Unnecessary es6 polyfills should be removed via drop-es6-polyfills.

0 commit comments

Comments
 (0)