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

Handle regex in tests #1463

Open
tomjeatt opened this issue Jul 18, 2023 · 0 comments
Open

Handle regex in tests #1463

tomjeatt opened this issue Jul 18, 2023 · 0 comments
Labels
Milestone

Comments

@tomjeatt
Copy link
Collaborator

We came across an issue where a test in the AuthModal test suite was failing because it was using new RegExp on a value which contained parentheses. This isn't critical, but it's something we should look at when we have time, either by finding a way to avoid using RegExp for string matching, or by writing a utility to escape special characters/.

@tomjeatt tomjeatt added this to the Tech debt milestone Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant