From 01485d435fb7ca746a7c7b686bda3782d4eb7ab0 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 25 Feb 2019 09:42:35 +0100 Subject: [PATCH] named import --- 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..ce25219f525c 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 {EventEmitter} from 'events'; import {ForkOptions} from 'child_process'; // Because of the dynamic nature of a worker communication process, all messages