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

Does Mocha support Node 5.x? #2102

Closed
ilanbiala opened this issue Feb 10, 2016 · 1 comment
Closed

Does Mocha support Node 5.x? #2102

ilanbiala opened this issue Feb 10, 2016 · 1 comment

Comments

@ilanbiala
Copy link

Mocha seems to crash when testing against Node 5.6.0 on our repository's Travis CI. It seems that Mocha supports everything at least 0.8 though, so I'm not sure what versions work.

@danielstjules
Copy link
Contributor

Yup, mocha supports Node 5.x. It looks like your exception is being thrown from mock-fs?

$ node --version
v5.6.0
dstjules:~/git/mocha (master=)
$ ./bin/mocha test/


  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․

  155 passing (552ms)
  1 pending

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