-
Notifications
You must be signed in to change notification settings - Fork 140
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
chore: refactor some cypress setup #1467
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -24,7 +24,7 @@ export const start = ({ | |||
// sometimes we have too many listeners in this test environment | |||
// that breaks the event emitter listeners in error tracking tests | |||
// we don't see the error in production, so it's fine to increase the limit here | |||
EventEmitter.prototype._maxListeners = 100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is equivalent but one is less naughty
Size Change: 0 B Total Size: 2.82 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it!
It always bothered me when I copy-pastied a new script into the cypress setup
well, no more