You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In units, there isn't any file. When I use mocha to run this path, it throws can't resolve path, but glob(path) returns []. Maybe, it shouldn't throw error.
tests/
units/
lib-test.js
If directory structure likes above, it works well.
Directory structure likes below:
In
units
, there isn't any file. When I use mocha to run this path, it throwscan't resolve path
, butglob(path)
returns[]
. Maybe, it shouldn't throw error.If directory structure likes above, it works well.
see pull request #2001
The text was updated successfully, but these errors were encountered: