Skip to content

Instantly share code, notes, and snippets.

@CodingItWrong
Created January 4, 2019 02:45
Show Gist options
  • Select an option

  • Save CodingItWrong/b5717cc53500fc056990729ff664046b to your computer and use it in GitHub Desktop.

Select an option

Save CodingItWrong/b5717cc53500fc056990729ff664046b to your computer and use it in GitHub Desktop.
+const { reloadApp } = require('detox-expo-helpers');
+
describe('Example', () => {
beforeEach(async () => {
- await device.reloadReactNative();
+ await reloadApp();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment