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