Browse Source

Removed added conf

Taichi Masuyama 4 years ago
parent
commit
581f78499e
1 changed files with 0 additions and 7 deletions
  1. 0 7
      packages/app/jest.config.js

+ 0 - 7
packages/app/jest.config.js

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