mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-10 04:21:21 +02:00
8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
import { device } from "detox";
|
|
|
|
beforeAll(async () => {
|
|
await device.launchApp();
|
|
});
|
|
|
|
export {};
|