mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-01 22:03:10 +08:00
feat: project init
This commit is contained in:
5
Example/testHotUpdate/e2e/setup.ts
Normal file
5
Example/testHotUpdate/e2e/setup.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { device } from 'detox';
|
||||
|
||||
beforeAll(async () => {
|
||||
await device.launchApp();
|
||||
});
|
||||
Reference in New Issue
Block a user