1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:31:39 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
Files
react-native-update/Example/testHotUpdate/e2e/setup.ts
2023-03-15 23:27:25 +08:00

6 lines
89 B
TypeScript

import { device } from 'detox';
beforeAll(async () => {
await device.launchApp();
});