SponsorBlock/jest.config.cjs

9 lines
164 B
JavaScript

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