Skip to content

Commit

Permalink
fix: overwrite at config/jest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesungoh committed Apr 12, 2022
1 parent 1c8f2f4 commit f79cc72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/config/jest.js
Expand Up @@ -2,7 +2,6 @@ module.exports = {
resetMocks: true,
moduleDirectories: ['node_modules'],
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['@testing-library/jest-dom'],
testRegex: '(/__tests__/.*|(\\.|/)(test))\\.[jt]sx?$',
collectCoverageFrom: ['**/src/**/*.{js,ts,jsx,tsx}', '**/core/{components,hooks,utils}/**/*.{ts,tsx}'],
moduleNameMapper: {
Expand Down

0 comments on commit f79cc72

Please sign in to comment.