Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit f0c972b

Browse files
committed
Remove custom reporters
1 parent 772925f commit f0c972b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jest.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@ module.exports = {
1212
"!src/**/*.d.ts",
1313
],
1414
coverageDirectory: "<rootDir>/reports/",
15-
coverageReporters: [
16-
"text-summary",
17-
"html"
18-
],
1915
testEnvironment: "node",
2016
};

0 commit comments

Comments
 (0)