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