Skip to content

Commit

Permalink
fix jest test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
BrtqKr committed May 9, 2024
1 parent 94d7ddb commit 2764945
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
],
"testEnvironment": "jsdom"
"testEnvironment": "jsdom",
"testPathIgnorePatterns": [
"/WebExample/tests/"
]
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 2764945

Please sign in to comment.