Skip to content

Commit 569d8d2

Browse files
committed
chore(package.json): remove unsupported option path in jest.coverageReporters
1 parent 8b8b21f commit 569d8d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@
5454
"text",
5555
[
5656
"text",
57-
{
58-
"path": "./coverage",
59-
"file": "coverage.txt"
60-
}
57+
{ "file": "./coverage.txt" }
6158
]
6259
]
6360
}

0 commit comments

Comments
 (0)