summary refs log tree commit diff
path: root/jest.config.js
blob: 4f26d08fca6f6879419da629ca745a6e31f5b1c6 (plain)
1
2
3
4
5
6
module.exports = {
  roots: ["<rootDir>/src"],
  transform: {
    "^.+\\.tsx?$": "ts-jest"
  }
};