Skip to content

Commit

Permalink
test: fix tsconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
sharikovvladislav committed Aug 6, 2017
1 parent 4aec80c commit 023a861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.config = {
},
beforeLaunch: function() {
require('ts-node').register({
project: 'e2e'
project: 'e2e/tsconfig.e2e.json'
});
},
onPrepare() {
Expand Down

0 comments on commit 023a861

Please sign in to comment.