-
-
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
"utils.files is not a function" (mocha: 5.0.2) #3265
Comments
Same here, looks like |
This exists in 5.0.1 as well it seems. |
Confirm this is still an issue. |
Downgraded to 5.0.1, it works. |
Error exists in 5.11, node 9.5.0 as well |
Please reopen. |
@sebs This has already been fixed; please check that the |
Ah I donnu, I was so sure I had pinned it down to 5.1.1 Mocha works as intended |
Description
Hey, i've just upgraded to the latest mocha version
5.0.2
and I now start to see a"utils.files is not a function"
error when running in watch mode with passing a glob path. Seems this commit ec8901a removed the function which is still used in https://github.com/mochajs/mocha/blob/master/bin/_mocha#L532Steps to Reproduce
NODE_ENV=test mocha './test/**/*.js'
Expected behavior:
it should execute my tests as before.
Actual behavior:
it crashes all the time
Versions
5.0.2
The text was updated successfully, but these errors were encountered: