From 570cd6a1876cb8deae6dd9c043b539cc1bbd0409 Mon Sep 17 00:00:00 2001 From: Thomas Florin Date: Mon, 14 Mar 2016 19:06:54 -0500 Subject: [PATCH] Updated Jest config to work on windows Signed-off-by: Thomas Florin --- jest-unit.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jest-unit.json b/jest-unit.json index bc91f0f679..19685d46ae 100644 --- a/jest-unit.json +++ b/jest-unit.json @@ -13,6 +13,7 @@ "object-assign", "underscore", "source-map-support", - "/node_modules/.*JSONStream" + "/node_modules/.*JSONStream", + "/node_modules/core-js" ] }