Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/legacy-cli/e2e/tests/update/update-7.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export default async function() {
// Should update tsconfig and src/browserslist via differential-loading.
await expectFileToMatch('tsconfig.json', `"target": "es2015",`);
await expectToFail(() => expectFileToExist('e2e/browserlist'));
// Should update the build-angular version.
await expectFileToMatch('package.json', `"@angular-devkit/build-angular": "~0.8`);
// Should rename codelyzer rules.
await expectFileToMatch('tslint.json', `use-lifecycle-interface`);
// Unnecessary es6 polyfills should be removed via drop-es6-polyfills.
Expand Down