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