We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8d197 commit 99d4fd6Copy full SHA for 99d4fd6
tests/legacy-cli/e2e/tests/update/update-7.0.ts
@@ -28,8 +28,6 @@ export default async function() {
28
// Should update tsconfig and src/browserslist via differential-loading.
29
await expectFileToMatch('tsconfig.json', `"target": "es2015",`);
30
await expectToFail(() => expectFileToExist('e2e/browserlist'));
31
- // Should update the build-angular version.
32
- await expectFileToMatch('package.json', `"@angular-devkit/build-angular": "~0.8`);
33
// Should rename codelyzer rules.
34
await expectFileToMatch('tslint.json', `use-lifecycle-interface`);
35
// Unnecessary es6 polyfills should be removed via drop-es6-polyfills.
0 commit comments