Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
afterAll(async () => {
await detox.cleanup();
});
afterAll(async () => {
await detox.cleanup()
})
afterAll(async () => {
await detox.cleanup();
await fructose.hooks.mobile.cleanup();
});
after(function (done) {
detox.cleanup(done);
});
afterAll(async () => {
await adapter.afterAll();
await detox.cleanup();
});
afterAll(async () => {
await adapter.afterAll();
await detox.cleanup();
});