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