-
Notifications
You must be signed in to change notification settings - Fork 2
Feat/access ice pkg #61
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
…to feat/access-ice-pkg
Codecov Report
@@ Coverage Diff @@
## main #61 +/- ##
==========================================
+ Coverage 87.29% 89.62% +2.32%
==========================================
Files 45 45
Lines 921 896 -25
Branches 204 211 +7
==========================================
- Hits 804 803 -1
+ Misses 117 92 -25
- Partials 0 1 +1
Continue to review full report at Codecov.
|
@@ -1,3 +1,4 @@ | |||
import { jest } from '@jest/globals'; | |||
import '../native/HTMLElement'; |
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.
injectGlobals 这个配置默认是 true 吧?需要 import @jest/globals 吗?
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.
Uh oh!
There was an error while loading. Please reload this page.