UNPKG

166 BJavaScriptView Raw
1module.exports = {
2 preset: 'ts-jest',
3 testEnvironment: 'node',
4 globals: {
5 'ts-jest': {
6 tsConfig: {
7 esModuleInterop: true
8 }
9 }
10 }
11};