Skip to content

Commit 8cd8ce5

Browse files
committed
Ignore code coverage from fixtures
1 parent 672410b commit 8cd8ce5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { Config } from "@jest/types";
22
const config: Config.InitialOptions = {
3+
collectCoverageFrom: ["lib\\__fixtures__", "!lib\\__fixtures__"],
34
globals: {
45
"ts-jest": {
56
tsconfig: "tsconfig.test.json",

0 commit comments

Comments
 (0)