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 3f0d699 commit 86722fdCopy full SHA for 86722fd
docs/documentation/stories/1.0-update.md
@@ -296,7 +296,7 @@ Then update `protractor.conf.js` to use the e2e config as well:
296
```
297
beforeLaunch: function() {
298
require('ts-node').register({
299
- project: 'e2e'
+ project: 'e2e/tsconfig.e2e.json'
300
});
301
},
302
@@ -444,7 +444,7 @@ Update `beforeLaunch` as described in [One tsconfig per app](#one-tsconfig-per-a
444
445
446
447
448
449
450
0 commit comments