-
Notifications
You must be signed in to change notification settings - Fork 639
Remove @metamask/snaps-simulator
#3311
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
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub ↗.
|
| "@noble/hashes": "^1.7.1", | ||
| "@swc/core": "1.3.78", | ||
| "@swc/jest": "^0.2.26", | ||
| "@testing-library/dom": "^10.4.0", |
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.
@vitest/browsers apparently has an implicit dependency on @testing-library/dom. This was previously brought in by @metamask/snaps-simulator, but now it needs to be explicitly added to packages using it.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3311 +/- ##
==========================================
+ Coverage 94.73% 97.81% +3.07%
==========================================
Files 518 365 -153
Lines 11947 9970 -1977
Branches 1836 1627 -209
==========================================
- Hits 11318 9752 -1566
+ Misses 629 218 -411 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
FrederikBolding
left a comment
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.

This will be replaced with
@metamask/snaps-sandboxin #3306.