Skip to content

Commit

Permalink
improt namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 25, 2019
1 parent 266a8c9 commit 0f7b761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-worker/src/types.ts
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

import EventEmitter from 'events';
import * as EventEmitter from 'events';
import {ForkOptions} from 'child_process';

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

0 comments on commit 0f7b761

Please sign in to comment.