Skip to content

Commit

Permalink
chore: drop comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Jan 18, 2024
1 parent d1f462a commit 4aec42a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ const config: Config = {
}
},
coverageDirectory: "coverage",
// An array of regexp pattern strings used to skip coverage collection
// coveragePathIgnorePatterns: [
// "/node_modules/"
// ],

coverageProvider: "v8",
maxWorkers: 1,
// testMatch: ["test/**/__tests__/**/*.[jt]s?(x)", "test/**/?(*.)+(spec|test).[tj]s?(x)"]
testPathIgnorePatterns: ["/node_modules/", "/lib/", "src/config/test.ts"]
};

Expand Down

0 comments on commit 4aec42a

Please sign in to comment.