-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Mocha 2.5.0 runs with error #2272
Comments
Same for me, but I solved installing ├─┬ mocha@2.5.0
│ ├── commander@2.3.0
│ ├── diff@1.4.0
│ ├── escape-string-regexp@1.0.2
│ ├─┬ glob@3.2.11
│ │ └─┬ minimatch@0.3.0
│ │ ├── lru-cache@2.7.3
│ │ └── sigmund@1.0.1
│ ├── growl@1.9.2
│ ├─┬ jade@0.26.3
│ │ ├── commander@0.6.1
│ │ └── mkdirp@0.3.0
│ └── supports-color@1.2.0
├── moment@2.13.0 I'm reverting to |
Same here. |
entertainyou
added a commit
to entertainyou/mocha
that referenced
this issue
May 23, 2016
to-iso-string is used in lib/utils.js since mochajs#2231 Fixes mochajs#2272
4 tasks
fixing... thanks, sorry |
This was referenced May 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just ran our tests where we have mocha: * in package.json and got this error:
I reverted back to version 2.4.5 in package.json and the tests worked.
The text was updated successfully, but these errors were encountered: