aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
blob: e972c2d1603910977920de73a34c6efa0434ab44 (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  globals: {
    'ts-jest': {
      tsConfig: 'tsconfig.spec.json',
    },
  },
};