Skip to content

Commit

Permalink
add "/dist/" to jest ignore
Browse files Browse the repository at this point in the history
As in fa1dfbf, TypeScript puts output files here. We don't need git NOR Jest to pick up on these 'dist' files.
  • Loading branch information
JGreenlee committed Dec 4, 2023
1 parent a0eb054 commit 4959198
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 @@ -2,6 +2,7 @@ module.exports = {
testEnvironment: 'jsdom',
testPathIgnorePatterns: [
"/node_modules/",
"/dist/",
"/platforms/",
"/plugins/",
"/lib/",
Expand Down

0 comments on commit 4959198

Please sign in to comment.