SponsorBlock/jest.config.js
2022-06-30 21:39:28 -04:00

9 lines
164 B
JavaScript

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