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

Replace karma with web-test-runner #133

Merged
merged 9 commits into from
Jan 25, 2024
Merged

Conversation

kirahsapong
Copy link
Contributor

Closes #132

Copy link

changeset-bot bot commented Jan 12, 2024

🦋 Changeset detected

Latest commit: b1baf34

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@tbdex/http-client Patch
@tbdex/protocol Patch
@tbdex/http-server Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Jan 12, 2024

TBDocs Report

✅ No errors or warnings

@tbdex/protocol

  • Project entry file: packages/protocol/src/main.ts

@tbdex/http-client

  • Project entry file: packages/http-client/src/main.ts

@tbdex/http-server

  • Project entry file: packages/http-server/src/main.ts

TBDocs Report Updated at 2024-01-25T18:01:57Z b1baf34

@kirahsapong kirahsapong marked this pull request as draft January 12, 2024 01:23
@kirahsapong kirahsapong marked this pull request as ready for review January 12, 2024 01:25
Copy link
Contributor

@phoebe-lew phoebe-lew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesomeee

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

Merging #133 (b1baf34) into main (72fa522) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  Coverage   74.61%   74.61%           
=======================================
  Files          18       18           
  Lines         981      981           
  Branches       82       82           
=======================================
  Hits          732      732           
  Misses        249      249           
Components Coverage Δ
protocol ∅ <ø> (∅)
http-client 82.02% <ø> (ø)
http-server 68.73% <ø> (ø)

@kirahsapong kirahsapong merged commit 550fe94 into main Jan 25, 2024
17 checks passed
@kirahsapong kirahsapong deleted the feat/replace-karma-with-wtr branch January 25, 2024 18:13
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.

migrate off of karma to web-test-runner
4 participants