File size: 157 Bytes
d202ada
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
module.exports = {
  testEnvironment: 'node',
  roots: ['<rootDir>/test'],
  testMatch: ['**/*.test.ts'],
  transform: {
    '^.+\\.tsx?$': 'ts-jest'
  }
};