module.exports = {
    verbose: false,
    modulePaths: [
      '<rootDir>',
    ],
    transform: {
      '^.+\\.tsx?$': 'ts-jest',
    },
  }