We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We incorrectly use path.join instead of path.resolve so passing an absolute path to a reporter doesn't work.
path.join
path.resolve
The text was updated successfully, but these errors were encountered:
Also improved the error message when reporter isn't found to include the paths it searched.
Sorry, something went wrong.
The code for this is merged, but it has not been released yet.
Fixed in 0.20.1.
0.20.1
brian-mann
No branches or pull requests
We incorrectly use
path.join
instead ofpath.resolve
so passing an absolute path to a reporter doesn't work.The text was updated successfully, but these errors were encountered: