Skip to content

Commit

Permalink
chore: Detox
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Reimer committed Oct 26, 2021
1 parent 055b0d6 commit e99bd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/global-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const detox = require('detox');

async function globalSetup() {
const config = resolveSelectedConfiguration() || {};
downloadTestButlerAPKIfNeeded(config);
// downloadTestButlerAPKIfNeeded(config);
await detox.globalInit();
}

Expand Down

0 comments on commit e99bd51

Please sign in to comment.