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

Fix YUI compression (redux) #112

Closed
plroebuck opened this issue Nov 6, 2018 · 1 comment
Closed

Fix YUI compression (redux) #112

plroebuck opened this issue Nov 6, 2018 · 1 comment

Comments

@plroebuck
Copy link

According to Mocha's changelog, PR #53 didn't finish the job.

mochajs/mocha#1035

This wasn't fully fixed. Having options.long still causes YUI to fail.

-  return options.long ? fmtLong(val) : fmtShort(val);
+  return options['long'] ? fmtLong(val) : fmtShort(val);
@leerob
Copy link
Member

leerob commented Jul 11, 2022

Closing as stale and lack of traction, please comment back if this is still an issue.

@leerob leerob closed this as completed Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants