diff options
Diffstat (limited to '__e2e__/tests/self-labeling.test.ts')
-rw-r--r-- | __e2e__/tests/self-labeling.test.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/__e2e__/tests/self-labeling.test.ts b/__e2e__/tests/self-labeling.test.ts index 68678688d..f629f91a8 100644 --- a/__e2e__/tests/self-labeling.test.ts +++ b/__e2e__/tests/self-labeling.test.ts @@ -1,5 +1,7 @@ /* eslint-env detox/detox */ +import {describe, beforeAll, it} from '@jest/globals' +import {expect} from 'detox' import {openApp, loginAsAlice, createServer, sleep} from '../util' describe('Self-labeling', () => { |