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 b14497b commit 2a2c767Copy full SHA for 2a2c767
jest.config.ts
@@ -1,6 +1,9 @@
1
import type { Config } from "@jest/types";
2
const config: Config.InitialOptions = {
3
- collectCoverageFrom: ["lib\\__fixtures__", "!lib\\__fixtures__"],
+ collectCoverageFrom: [
4
+ "<rootDir>/lib/**/*",
5
+ "!<rootDir>/lib/__fixtures__/**/*",
6
+ ],
7
globals: {
8
"ts-jest": {
9
tsconfig: "tsconfig.test.json",
0 commit comments