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

refactor(test): port testing doubles to an independent module #62

Merged

Conversation

hasundue
Copy link
Owner

  • build(deps): update dependencies
  • test: add createCommandStub
  • test: add assertSomeSpyCall()
  • test: add stubs for filesystem

@hasundue hasundue linked an issue Oct 29, 2023 that may be closed by this pull request
@hasundue hasundue changed the title 50 port testing double implementation as an independent library refactor(test): port testing doubles to an independent module Oct 29, 2023
@codecov
Copy link

codecov bot commented Oct 29, 2023

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (404b44c) 82.99% compared to head (08d4de7) 82.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
- Coverage   82.99%   82.29%   -0.71%     
==========================================
  Files          16       17       +1     
  Lines         588      689     +101     
  Branches       86       91       +5     
==========================================
+ Hits          488      567      +79     
- Misses        100      122      +22     
Files Coverage Δ
lib/std/assert.ts 100.00% <100.00%> (ø)
lib/std/testing.ts 100.00% <100.00%> (ø)
lib/testing.ts 76.59% <76.59%> (ø)

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

@hasundue hasundue merged commit 7c26162 into main Oct 29, 2023
4 of 6 checks passed
@hasundue hasundue deleted the 50-port-testing-double-implementation-as-an-independent-library branch October 29, 2023 04:27
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.

Port testing double implementation as an independent library
1 participant