mswjs / msw

Industry standard API mocking for JavaScript.
https://mswjs.io
MIT License
15.97k stars 519 forks source link

Console log left over #2216

Closed Lalem001 closed 4 months ago

Lalem001 commented 4 months ago

Any reason console.log was left on the following line?

https://github.com/mswjs/msw/blame/b5960cd/src/core/utils/cookieStore.ts#L194

kettanaito commented 4 months ago

Oops! Shouldn't be there. Would you like to help me patch that, @Lalem001?

Lalem001 commented 4 months ago

@kettanaito Sure, what should I name the branch? Not familiar with your conventions (other than conventional commits)

Lalem001 commented 4 months ago

I figure out a name

kettanaito commented 4 months ago

Released: v2.3.4 🎉

This has been released in v2.3.4!

Make sure to always update to the latest version (npm i msw@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.