Skip to content

Commit 4aec42a

Browse files
committed
chore: drop comments
1 parent d1f462a commit 4aec42a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jest.config.ts

-6
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@ const config: Config = {
1717
}
1818
},
1919
coverageDirectory: "coverage",
20-
// An array of regexp pattern strings used to skip coverage collection
21-
// coveragePathIgnorePatterns: [
22-
// "/node_modules/"
23-
// ],
24-
2520
coverageProvider: "v8",
2621
maxWorkers: 1,
27-
// testMatch: ["test/**/__tests__/**/*.[jt]s?(x)", "test/**/?(*.)+(spec|test).[tj]s?(x)"]
2822
testPathIgnorePatterns: ["/node_modules/", "/lib/", "src/config/test.ts"]
2923
};
3024

0 commit comments

Comments
 (0)