Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
before(async () => {
await detox.init(config);
});
before(async () => {
await detox.init(config);
});
beforeAll(async () => {
await detox.init(config);
});
beforeAll(async () => {
global.rndebugger = createApplication('../../dist');
await rndebugger.start();
await detox.init(config, { initGlobals: false });
});
beforeAll(async () => {
await detox.init(config);
});
before(async () => {
await detox.init(config);
});
BeforeAll({ timeout: 120 * 1000 }, async () => {
await detox.init(config, { launchApp: false });
});
beforeAll(async () => {
await init(config, { initGlobals: false });
});
before(async () => {
await detox.init(config);
});
before(async () => {
await detox.init(config, { initGlobals: false })
})