Skip to content

Commit

Permalink
chore(tests): clearer testPathIgnorePatterns, remove /dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jun 1, 2021
1 parent c014b58 commit 3461013
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ const config: Config.InitialOptions = {
setupFilesAfterEnv: ["<rootDir>/tests/setupTests.js"],
testEnvironment: "node",
testPathIgnorePatterns: [
"/node_modules/",
"/dist/",
"/api/",
"/tests-modules/",
"<rootDir>/node_modules/",
"<rootDir>/dist/",
"<rootDir>/tests-modules/",
],
extensionsToTreatAsEsm: [".ts"],
globals: {
Expand Down

0 comments on commit 3461013

Please sign in to comment.