aboutsummaryrefslogtreecommitdiffhomepage
path: root/jest.config.js
blob: 6711fa80d813101f17b86af296837c4f88a465df (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
    "roots": [
        "test"
    ],
    "transform": {
        "^.+\\.ts$": "ts-jest"
    },
    "reporters": ["default", "github-actions"]
};