Skip to content

Instantly share code, notes, and snippets.

@CodingItWrong
Created January 4, 2019 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodingItWrong/b5717cc53500fc056990729ff664046b to your computer and use it in GitHub Desktop.
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