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

fix(mod): find outdated dependency correctly when updated one coexists #87

Merged
merged 5 commits into from
Nov 20, 2023

Conversation

hasundue
Copy link
Owner

  • test: rename test/fixtures as test/data
  • test: use deno.land/std for testing/mock.ts
  • test(lib/update): add test cases
  • fix(mod): find outdated dependency correctly when updated one coexists

@hasundue hasundue linked an issue Nov 20, 2023 that may be closed by this pull request
@hasundue hasundue changed the title 85 export not detected fix(mod): find outdated dependency correctly when updated one coexists Nov 20, 2023
@hasundue hasundue force-pushed the 85-export-not-detected branch from ce07701 to 59c3549 Compare November 20, 2023 13:23
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (67c2162) 84.58% compared to head (59c3549) 84.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
- Coverage   84.58%   84.54%   -0.04%     
==========================================
  Files          21       20       -1     
  Lines         824      822       -2     
  Branches      105      105              
==========================================
- Hits          697      695       -2     
  Misses        126      126              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hasundue hasundue merged commit 7c8b8ae into main Nov 20, 2023
5 of 6 checks passed
@hasundue hasundue deleted the 85-export-not-detected branch November 20, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

molt doesn't detect an export if there is an import of the same url
1 participant