Files
SponsorBlock/jest.config.cjs
2022-06-03 15:12:35 -04:00

10 lines
164 B
JavaScript

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