aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
blob: 01b5ff13919722e08ad1a9f58fb9da4b0f92a612 (plain) (blame)
1
2
3
4
5
6
module.exports = {
  roots: ['<rootDir>/tests', '<rootDir>/src'],
  transform: {
    '^.+\\.(ts|tsx)$': 'ts-jest'
  },
}