summary refs log tree commit diff
path: root/jest.config.js
blob: 1e9ddba72ea213dd3f96833f9cbb01bcd91334d9 (plain)
1
2
3
4
5
module.exports = {
  transform: {
    "^.+\\.tsx?$": "ts-jest"
  }
};