Keep using globals

This commit is contained in:
Eric Bailey
2023-12-05 13:36:58 -06:00
parent 3117700f4e
commit d2778766a9
+2
View File
@@ -1,5 +1,7 @@
/* eslint-env detox/detox */
import {describe, beforeAll, it} from '@jest/globals'
import {expect} from 'detox'
import {openApp, loginAsAlice, createServer} from '../util'
describe('Search screen', () => {