-
Notifications
You must be signed in to change notification settings - Fork 25
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
Star matching does not work '*' #81
Comments
I have a fix for this i'll put up shortly. |
Thanks for raising this issue and creating a PR @nicko-winner. Not being able to do wildcard matching is definitely unintentional. Looks like there's a minor type issue on the PR, but that's okay. I'll help get this merged and released ASAP. |
This issue has been resolved in |
Thanks for the help getting that merged @valendres. Appreciate all your work on this project, and the recent support for MSW 2.0. |
*
pattern matches do not work as documented in MSW, when using playwright-msw.Used to work in version: 0.2.2
After upgrades to:
Results in: "SyntaxError: Invalid regular expression: /^(\w+://[^/]+)?/?(?.)?$/: Nothing to repeat"
Will not match URL
Will not match URL
URLs without star matching work great.
The text was updated successfully, but these errors were encountered: