mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 18:54:52 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
|
const detox = require('detox');
|
||
|
|
||
|
async function globalTeardown() {
|
||
|
await detox.globalCleanup();
|
||
|
}
|
||
|
|
||
|
module.exports = globalTeardown;
|