-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add loader + integration tests #1559
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
Codecov Report
@@ Coverage Diff @@
## master #1559 +/- ##
=======================================
Coverage 75.34% 75.34%
=======================================
Files 46 46
Lines 1590 1590
Branches 309 309
=======================================
Hits 1198 1198
Misses 385 385
Partials 7 7 Continue to review full report at Codecov.
|
@@ -65,12 +65,14 @@ function debounceAssertEventCount(sentryData, count, done) { | |||
} | |||
|
|||
const frames = ['frame', 'loader', 'loader-lazy-no']; | |||
// const frames = ['loader']; |
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.
Remove this and we're good to go
No description provided.