Updated Jest config to work on windows

Signed-off-by: Thomas Florin <thoflo002@gmail.com>
This commit is contained in:
Thomas Florin 2016-03-14 19:06:54 -05:00
parent e639851f45
commit 570cd6a187
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"object-assign",
"underscore",
"source-map-support",
"<rootDir>/node_modules/.*JSONStream"
"<rootDir>/node_modules/.*JSONStream",
"<rootDir>/node_modules/core-js"
]
}