summaryrefslogtreecommitdiff
path: root/jest.json
blob: f2e3a1ed2b1f54d39ae4d3a67ca92a2e75b57659 (plain)
1
2
3
4
5
6
7
{
  "moduleFileExtensions": ["js", "ts"],
  "testRegex": "\\.spec\\.ts$",
  "transform": {
    ".ts": "ts-jest"
  }
}