@@ -70,4 +70,11 @@ module.exports = {
'/node_modules/',
],
+ // see: https://github.com/facebook/jest/issues/8973
+ globals: {
+ 'ts-jest': {
+ babelConfig: true,
+ }
+ },
+
};