mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-05-11 18:36:15 +02:00
- bump all dependences - add github-actions reporter to jest - convert (most) webpack configs to ESM - manifest.cjs cannot be converted since there is no native .json import until node 17
9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
module.exports = {
|
|
"roots": [
|
|
"test"
|
|
],
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
"reporters": ["github-actions"]
|
|
};
|