-
Notifications
You must be signed in to change notification settings - Fork 41
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
chore: update header and footer package #195
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #195 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 110 110
Lines 1079 1079
Branches 159 159
=========================================
Hits 1079 1079
☔ View full report in Codecov by Sentry. |
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.
approved
@@ -213,7 +218,7 @@ describe('ESG app integration tests', () => { | |||
inspector = new Inspector(el); | |||
}); | |||
|
|||
test('initialization', async (done) => { | |||
test('initialization', async () => { |
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.
Why are these getting removed from the integration test for this change?
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.
I keep getting error telling me not to use async and done in the same test. It is redundant.
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.
I guess is new. As long as the tests are passing, I don't really mind. was intended to make the integration tests wait until the async test was actually done, which it wasn't before
In light for adding renovate to the repo, I want to make sure that this doesn't block the future package update. Because header/footer have conflict peer dependency, it prevent
npm update
from running properlly.