Skip to content

Commit

Permalink
chore(deps-dev): upgrading jest (#172)
Browse files Browse the repository at this point in the history
* chore(deps-dev): upgrading jest

* chore(deps-dev): bumping enzyme-adapter-react-16
  • Loading branch information
erunion authored Sep 17, 2021
1 parent c2e334d commit 762f300
Show file tree
Hide file tree
Showing 3 changed files with 3,043 additions and 9,358 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = {
'^.+\\.(css|less|scss)$': 'identity-obj-proxy',
},
setupFiles: [path.join(__dirname, '/lib/enzyme')],
testEnvironment: 'jsdom',
testPathIgnorePatterns: ['<rootDir>/__tests__/__fixtures__/'],
transform: {
'^.+\\.jsx?$': 'babel-jest',
'.+\\.(css|styl|less|sass|scss)$': 'identity-obj-proxy',
},
transformIgnorePatterns: [
// Since `@readme/variable` doesn't ship any transpiled code, we need to transform it as we're running tests.
Expand Down
Loading

0 comments on commit 762f300

Please sign in to comment.