SponsorBlock/jest.config.cjs
2022-05-24 21:23:05 -04:00

9 lines
153 B
JavaScript

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