mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
feat: actually link expo and nx
This commit is contained in:
5
apps/mobile-e2e/test-setup.ts
Normal file
5
apps/mobile-e2e/test-setup.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { device } from 'detox';
|
||||
|
||||
beforeAll(async () => {
|
||||
await device.launchApp();
|
||||
});
|
Reference in New Issue
Block a user