We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266a8c9 commit 0f7b761Copy full SHA for 0f7b761
packages/jest-worker/src/types.ts
@@ -5,7 +5,7 @@
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
-import EventEmitter from 'events';
+import * as EventEmitter from 'events';
9
import {ForkOptions} from 'child_process';
10
11
// Because of the dynamic nature of a worker communication process, all messages
0 commit comments