Fix jest errors not displaying in console

This commit is contained in:
Ajay
2022-06-03 15:12:35 -04:00
parent 4e7975a9de
commit 258abd5deb

View File

@@ -5,5 +5,5 @@ module.exports = {
"transform": { "transform": {
"^.+\\.ts$": "ts-jest" "^.+\\.ts$": "ts-jest"
}, },
"reporters": ["github-actions"] "reporters": ["default", "github-actions"]
}; };