Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Last active August 22, 2017 09:49
Show Gist options
  • Save mfrachet/f80cc688d7d557efab3fae30c4cfcb25 to your computer and use it in GitHub Desktop.
Save mfrachet/f80cc688d7d557efab3fae30c4cfcb25 to your computer and use it in GitHub Desktop.
detox-describe
describe('Example', () => {
beforeEach(async () => {
await device.reloadReactNative();
});
describe('Test describe block', () => {
it('should make something great', async () => {
// core of the async test
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment