mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-13 23:17:05 +03:00
Fix jest errors not displaying in console
This commit is contained in:
@@ -5,5 +5,5 @@ module.exports = {
|
|||||||
"transform": {
|
"transform": {
|
||||||
"^.+\\.ts$": "ts-jest"
|
"^.+\\.ts$": "ts-jest"
|
||||||
},
|
},
|
||||||
"reporters": ["github-actions"]
|
"reporters": ["default", "github-actions"]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user