Better jest output on actions

This commit is contained in:
Christopher Schleiden
2022-11-18 09:55:31 -08:00
parent 44f807e9dd
commit 8c83eb1bad
+2 -1
View File
@@ -12,5 +12,6 @@ export default {
},
],
},
moduleFileExtensions: ["ts", "js"]
moduleFileExtensions: ["ts", "js"],
reporters: ["default", "github-actions"]
};