Skip to content

Commit

Permalink
Do not run tests of compiled cronjobs
Browse files Browse the repository at this point in the history
Without this change, running `npm test` after running
`npm run build-cronjobs` will result in failing tests.
  • Loading branch information
Vinnl committed Jul 24, 2024
1 parent d697680 commit 96e07ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ const customJestConfig = {
// ],

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
// testPathIgnorePatterns: [
// "/node_modules/"
// ],
testPathIgnorePatterns: ["/node_modules/", "/dist/"],

// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [],
Expand Down

0 comments on commit 96e07ca

Please sign in to comment.