Skip to content

Commit

Permalink
Revert "fix ts error"
Browse files Browse the repository at this point in the history
This reverts commit 4626033.
  • Loading branch information
flozender committed Dec 7, 2020
1 parent 71c45cf commit b76340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/callDoneTwice.test.ts
Expand Up @@ -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', () => {
Expand Down

0 comments on commit b76340d

Please sign in to comment.