Skip to content

Commit

Permalink
test: update basic update test with rxjs check
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and hansl committed Mar 21, 2018
1 parent ccf2965 commit 4d0c4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/tests/basic/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function () {
updateVersions(obj.devDependencies);
obj.devDependencies['@angular/cli'] = '1.6.5';
obj.devDependencies['typescript'] = '2.0.2';
obj.dependencies['rxjs'] = '5.0.0-beta.12';
}))
.then(() => ng('update'))
.then(() => readFile('package.json'))
Expand Down

0 comments on commit 4d0c4f8

Please sign in to comment.