-
Notifications
You must be signed in to change notification settings - Fork 74
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #357 +/- ##
=======================================
Coverage 80.82% 80.82%
=======================================
Files 44 44
Lines 1804 1804
Branches 306 306
=======================================
Hits 1458 1458
Misses 345 345
Partials 1 1 Continue to review full report at Codecov.
|
54df34d
to
419ecbd
Compare
resolved conflicts @bb111189 |
Also it removes the old integration tests which are not included in CI. |
…ibrary into feat/minimise-jest-related-deps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional commits LGTM
Description
This PR drops
jest-json-schema
,jest-watch-typeahead
and removes the related codes and files to minimize jest related dependencies which are non-essential.Also it removes the old integration tests which are not included in CI.
I think we can focus on more unit testing and rewrite integration tests after that.
Motivation and Context
To upgrade Jest for #356, we will face some breaking changes. To handle those changes in simpler and easier way, we can reduce the complexity for the deps when the deps are not essential.
How has this been tested?
yarn bootstrap && yarn test
Screenshots (if appropriate):
Types of changes
Checklist: