test: calculate code coverage correctly

This commit is contained in:
Jonas Gloning 2023-02-14 15:27:20 +01:00
parent 396fb81813
commit edc1b2f122
No known key found for this signature in database
GPG Key ID: 684639B5E59E7614

View File

@ -3,6 +3,7 @@ const config = {
transform: {
"^.+\\.(t|j)sx?$": "@swc/jest",
},
collectCoverageFrom: ["./src/**"]
};
export default config;