Skip to content
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

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

leangseu-edx
Copy link
Contributor

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.

@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9b5e85a) 100.00% compared to head (e27a65e) 100.00%.

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           
Impacted Files Coverage Δ
src/components/FilePreview/FileInfo.jsx 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@mattcarter mattcarter left a 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 () => {
Copy link
Contributor

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?

Copy link
Contributor Author

@leangseu-edx leangseu-edx Jun 30, 2023

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.

Copy link
Contributor

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

@leangseu-edx leangseu-edx merged commit a1436c3 into master Jun 30, 2023
5 checks passed
@leangseu-edx leangseu-edx deleted the lk/upgrade-header-footer branch June 30, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants