Skip to content

Commit

Permalink
refactor/logic: Validate webpack upgrades are ready for React migrati…
Browse files Browse the repository at this point in the history
…on (#1201)
  • Loading branch information
liangyuanruo authored Mar 9, 2021
1 parent 5f403d2 commit 081e18e
Show file tree
Hide file tree
Showing 14 changed files with 649 additions and 140 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ module.exports = {
isolatedModules: true,
},
},
setupFilesAfterEnv: ['jest-extended'],
}
359 changes: 359 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
"jasmine-sinon": "^0.4.0",
"jasmine-spec-reporter": "^6.0.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"jest-mock-axios": "^4.3.0",
"lint-staged": "^10.5.4",
"maildev": "^1.1.0",
Expand Down
Loading

0 comments on commit 081e18e

Please sign in to comment.