module.exports = {
"roots": [
"test"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"reporters": ["github-actions"]
};