SponsorBlock/jest.config.js

10 lines
164 B
JavaScript
Raw Normal View History

2020-01-29 04:16:48 +01:00
module.exports = {
"roots": [
2021-07-30 21:04:05 +02:00
"test"
2020-01-29 04:16:48 +01:00
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"reporters": ["default", "github-actions"]
2020-01-29 04:16:48 +01:00
};