-
Notifications
You must be signed in to change notification settings - Fork 45
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
Wallaby doesn't work with require.main.require #147
Comments
Hello, Does |
Hi. It works in mocha without wallaby when there is no leading ‘/' like require.main.require('module/path’);
|
Could you please share your wallaby.js config and |
Sure.
Wallaby output
All mocha test do pass.
|
This is my directory structure for now
|
Ok, thanks, I reproduced it. The issue is fixed in wallaby.js core version 1.0.61 (will update itself automatically). |
Hi,
Requiring a module with require.main.require("/module/path") does not work
The text was updated successfully, but these errors were encountered: