mirror of https://github.com/docker/docs.git
Updated Jest config to work on windows
Signed-off-by: Thomas Florin <thoflo002@gmail.com>
This commit is contained in:
parent
e639851f45
commit
570cd6a187
|
|
@ -13,6 +13,7 @@
|
||||||
"object-assign",
|
"object-assign",
|
||||||
"underscore",
|
"underscore",
|
||||||
"source-map-support",
|
"source-map-support",
|
||||||
"<rootDir>/node_modules/.*JSONStream"
|
"<rootDir>/node_modules/.*JSONStream",
|
||||||
|
"<rootDir>/node_modules/core-js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue