diff --git a/e2e/__tests__/callDoneTwice.test.ts b/e2e/__tests__/callDoneTwice.test.ts index 10d84ffc1ddf..96679bfebcb6 100644 --- a/e2e/__tests__/callDoneTwice.test.ts +++ b/e2e/__tests__/callDoneTwice.test.ts @@ -6,8 +6,8 @@ */ import wrap from 'jest-snapshot-serializer-raw'; import {skipSuiteOnJasmine} from '@jest/test-utils'; -import {extractSummary} from '../Utils'; import runJest from '../runJest'; +import {extractSummary} from '../Utils'; skipSuiteOnJasmine(); test('`done()` should not be called more than once', () => {