mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 20:17:05 +03: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
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
module.exports = {
|
|
"roots": [
|
|
"test"
|
|
],
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
"reporters": ["github-actions"]
|
|
};
|