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