Skip to content

Commit

Permalink
chore: Update .gitignore and jest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Jul 4, 2024
1 parent 9734b70 commit a0c3512
Show file tree
Hide file tree
Showing 5 changed files with 1,040 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ coverage
*.prod*
*.production*
*.staging*
*.test*
*.tests*
*.testing*
*.sandbox*
*.sandboxing*
*.sandboxed*
Expand Down
4 changes: 3 additions & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
testMatch: ['**/*.test.ts'],
preset: 'ts-jest',
testEnvironment: 'jsdom',
testMatch: ['**/*.test.ts', '**/*.test.tsx'],
moduleDirectories: ['node_modules', 'src'],
testPathIgnorePatterns: [
'/node_modules/',
Expand Down
Loading

0 comments on commit a0c3512

Please sign in to comment.