Skip to content

Commit

Permalink
Chore: Add .vscode-test to jest modulePathIgnorePaterns
Browse files Browse the repository at this point in the history
The extensions that are installed on test-electron might have their own jest tests
  • Loading branch information
idillon-sfl committed Nov 29, 2023
1 parent 936b777 commit 338ed23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
"ts"
],
modulePathIgnorePatterns: [
"<rootDir>/.vscode-test",
"<rootDir>/client/server",
"<rootDir>/integration-tests",
"<rootDir>/client/out"
Expand Down

0 comments on commit 338ed23

Please sign in to comment.