Skip to content

Commit

Permalink
Reverted relative import of detox (#994)
Browse files Browse the repository at this point in the history
Depending on the npm package means we don't need to `npm install` the root detox/ project.
  • Loading branch information
pwfcurry authored and rotemmiz committed Oct 23, 2018
1 parent 5088a48 commit c9d2335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-native-ios/e2e/init.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('babel-polyfill');
const detox = require('../../../detox/src/index');
const detox = require('detox');
const config = require('../package.json').detox;

before(async () => {
Expand Down

0 comments on commit c9d2335

Please sign in to comment.