Closed Tornek closed 2 months ago
Great project!
I'm gonna create a small bounty for this issue if you don't mind @kettanaito since I'll like to see this feature implemented
I'd like to give this issue a go @kettanaito @nabby27
@Tornek I think you use an old version of the library (for the message that you show). Despite of is a minor problem, I'll try to solve it :)))
Keep in contact!
@nabby27 The bot here is not working, is it installed in the project??. I'm trying to start working on it...
@ivanfernandez2646 Exactly, the Opire bot is not installed in this project but you can solve it anyway and claim the reward in your dashboard with the PR
@Tornek as I said in the last version it works correctly.
I test on Windows and MacOs computers...
Also I create a PR prove of that with some tescases that cover this.
Thanks!!
@kettanaito @nabby27
This has been released in v2.4.2!
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.
Prerequisites
Environment check
msw
versionNode.js version
20.15.1
Reproduction repository
-
Reproduction steps
To reproduce my problem you will need both a Mac and a Windows computer. You need to write path with slashes in msw.workerDirectory in package.json. For example:
And run your application with msw
Current behavior
On windows we get this message
On Mac we have
Service Worker successfully created!
Expected behavior
We have
Service Worker successfully created!
on each computers