Skip to content

Commit

Permalink
fix(@angular/cli): update e2e config in 1.0 update guide
Browse files Browse the repository at this point in the history
Close #5635
  • Loading branch information
cexbrayat authored and filipesilva committed Mar 29, 2017
1 parent 3f0d699 commit 86722fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/stories/1.0-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Then update `protractor.conf.js` to use the e2e config as well:
```
beforeLaunch: function() {
require('ts-node').register({
project: 'e2e'
project: 'e2e/tsconfig.e2e.json'
});
},
```
Expand Down Expand Up @@ -444,7 +444,7 @@ Update `beforeLaunch` as described in [One tsconfig per app](#one-tsconfig-per-a
```
beforeLaunch: function() {
require('ts-node').register({
project: 'e2e'
project: 'e2e/tsconfig.e2e.json'
});
},
```
Expand Down

0 comments on commit 86722fd

Please sign in to comment.