Add test coverage reporting (#8009)
This commit is contained in:
+2
-1
@@ -231,7 +231,8 @@
|
||||
"<rootDir>/src/**/*.{js,ts,tsx}"
|
||||
],
|
||||
"coverageReporters": [
|
||||
"text"
|
||||
"text",
|
||||
"json"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user