Skip to content

Commit 01485d4

Browse files
committed
named import
1 parent 266a8c9 commit 01485d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-worker/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
import EventEmitter from 'events';
8+
import {EventEmitter} from 'events';
99
import {ForkOptions} from 'child_process';
1010

1111
// Because of the dynamic nature of a worker communication process, all messages

0 commit comments

Comments
 (0)