From 0f7b7613d83e56e0a81aea4caa7cb87018b70e9a Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 25 Feb 2019 09:40:01 +0100 Subject: [PATCH] improt namespace --- packages/jest-worker/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-worker/src/types.ts b/packages/jest-worker/src/types.ts index 3518bee46fa9..9fc24a10e583 100644 --- a/packages/jest-worker/src/types.ts +++ b/packages/jest-worker/src/types.ts @@ -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