mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
module.exports = {
|
|
"roots": [
|
|
"test"
|
|
],
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
"reporters": ["github-actions"]
|
|
};
|