UNPKG
@gaarutyunov/jest-sonar
Version:
latest (1.1.5)
1.1.5
1.1.3
1.1.1
1.1.0
1.0.2
A sonar reporter for jest
github.com/gaarutyunov/jest-sonar
gaarutyunov/jest-sonar
@gaarutyunov/jest-sonar
/
jest.config.js
4 lines
(3 loc)
•
54 B
JavaScript
View Raw
1
2
3
4
module
.
exports
= { coverageReporters: [
'lcov'
] };