From b76340d3f21c21955893f4060ca3642ba38f6917 Mon Sep 17 00:00:00 2001 From: Tayeeb Hasan Date: Mon, 7 Dec 2020 23:11:42 +0530 Subject: [PATCH] Revert "fix ts error" This reverts commit 46260337aa469dc6f805949778bf87bcb8eb8b85. --- e2e/__tests__/callDoneTwice.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {