Rocket.Chat.ReactNative/e2e/globalSetup.ts

7 lines
155 B
TypeScript
Raw Normal View History

2023-02-08 16:06:06 +00:00
import { setup } from './helpers/data_setup';
module.exports = async () => {
await require('detox/runners/jest/index').globalSetup();
await setup();
};