mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { device } from 'detox';
|
|
|
|
beforeAll(async () => {
|
|
await device.launchApp();
|
|
});
|