Skip to content

Commit

Permalink
Ignore fixtures folder in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 17, 2024
1 parent a3dfe88 commit 9e3c41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
],
"testPathIgnorePatterns": [
"/node_modules/",
"__tests__/utils"
"__tests__/utils",
"__tests__/__fixtures__"
]
}
}

0 comments on commit 9e3c41d

Please sign in to comment.