We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672410b commit 8cd8ce5Copy full SHA for 8cd8ce5
jest.config.ts
@@ -1,5 +1,6 @@
1
import type { Config } from "@jest/types";
2
const config: Config.InitialOptions = {
3
+ collectCoverageFrom: ["lib\\__fixtures__", "!lib\\__fixtures__"],
4
globals: {
5
"ts-jest": {
6
tsconfig: "tsconfig.test.json",
0 commit comments