-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update unit tests to not use Arrow functions as recommended by Mocha #2987
Labels
Comments
I would be happy to take this. |
awesome, thanks! |
9 tasks
This was referenced Sep 17, 2018
Merged
1 task
2 tasks
piotr-yuxuan
added a commit
to Adikteev/Prebid.js
that referenced
this issue
Mar 15, 2019
piotr-yuxuan
added a commit
to Adikteev/Prebid.js
that referenced
this issue
Mar 15, 2019
piotr-yuxuan
added a commit
to Adikteev/Prebid.js
that referenced
this issue
Mar 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of issue
Bug
Description
Passing arrow functions (“lambdas”) to Mocha is discouraged.
https://mochajs.org/#arrow-functions
mochajs/mocha#2018
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
The text was updated successfully, but these errors were encountered: