summaryrefslogtreecommitdiff
path: root/jest.config.js
blob: 6d89c25a64d2b1f6fc4de0adc4866a9f7159e7ad (plain) (blame)
1
2
3
4
5
6
7
8
module.exports = {
  roots: [
    "./test",
  ],
  transform: {
    "^.+\\.tsx?$": "ts-jest",
  },
};