mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
import { device } from "detox";
|
|
|
|
beforeAll(async () => {
|
|
await device.launchApp();
|
|
});
|
|
|
|
export {};
|