Skip to content

Commit

Permalink
chore(test): update setupFiles and remove duplicate jest config (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
neighborhood999 authored Jun 27, 2020
1 parent 9370878 commit 72b5b38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module.exports = {
},
testMatch: ['**/?(*.)+(spec|test).ts?(x)'],
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$'],
setupFiles: ['<rootDir>/setup.ts'],
setupFiles: ['<rootDir>/setup.[jt]s?(x)'],
moduleFileExtensions: ['ts', 'tsx', 'js'],
};
3 changes: 0 additions & 3 deletions jestConfig.json

This file was deleted.

0 comments on commit 72b5b38

Please sign in to comment.