Add test coverage reporting (#8009)

This commit is contained in:
Andy Balaam
2022-03-10 13:17:01 +00:00
committed by GitHub
parent 48cd83b9d5
commit c89c2253fd
3 changed files with 33 additions and 1 deletions
+2 -1
View File
@@ -231,7 +231,8 @@
"<rootDir>/src/**/*.{js,ts,tsx}"
],
"coverageReporters": [
"text"
"text",
"json"
]
}
}