-
Notifications
You must be signed in to change notification settings - Fork 4k
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
server side tests #274
Comments
|
I think this is finally fixed in |
ok, thanks! I opened an issue on a component using Clipboard.js (maybe you do not see it cause it is private), so it is in my todo list. |
Awesome! I basically got rid of the dependency that caused that problem and rewrite that piece of code. Now I have control to change anything if needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Intro
I am opening this issue to keep track of this pull request ForbesLindesay/matches-selector#1 which should solve it.
Minimal example
I am testing a Root React component which contains a component that do a
new Clipbloard
.The test is something like
Expected behaviour
Run tests server side with no error.
Actual behaviour
When I run tests server side, since Clipboard uses ForbesLindesay/matches-selector, I get this error
Browsers affected
None
The text was updated successfully, but these errors were encountered: