-
-
Notifications
You must be signed in to change notification settings - Fork 466
fix: can not open in web component #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/select/krxeowwib |
Could your add some test case for it? |
Codecov Report
@@ Coverage Diff @@
## master #575 +/- ##
==========================================
- Coverage 99.27% 99.17% -0.11%
==========================================
Files 20 20
Lines 967 968 +1
Branches 327 328 +1
==========================================
Hits 960 960
- Misses 6 7 +1
Partials 1 1
Continue to review full report at Codecov.
|
JSDOM 16.2 includes basic support for custom elements and is available in Jest 26.5 and above. See But...
|
Thx for contribution. Could you help to provide a test case for this? |
Jest's version is too low to support custom elements. The version of father#umi-test#jest is 24.9.0, but Jest supports it after 26.5. |
Need upstream supports, you can contribute to them about that also. |
solution borrowed from react-component/select#575
fix for issue: ant-design/ant-design#27250