Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.

Releases

@mcansh/[email protected]

Minor Changes

  • 63750c9: add vitest response matchers package

    initial set of matchers is the following

    • toHaveBody - check that a Response has a body attatched to it
    • toHaveCookies - check that a Response has any cookies, specified cookies, or a perfect match
    • toHaveHeader - check that a Response has a specific header (and value)
    • toHaveJsonBody - check that a Response's body matches the expected json
    • toHaveStatus - check that a Response's status matches
    • toHaveStatusText - check that a Response's statusText matches
    • toHaveStrictStatusText - a stricter version of the above that uses node:http to look up the status text
    • toHaveTextBody - check that a Response's body matches the expected text
    • toMatchResponse - check that a complete Response matches
    • toThrowResponse - check that a function throws a Response

Copy link

cloudflare-workers-and-pages bot commented Aug 10, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
packages 91ac7ac Commit Preview URL

Branch Preview URL
Aug 10 2025, 02:09 PM

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.

0 participants