-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot read property 'matcherResult' of undefined #2
Comments
this code is used in Jest I have to comment out these block of code in order to not introduce the error as above
|
any solution to this? matcherResult undefined for me as well. |
@pmerwin for me it was just switching to @slack/web-api and writing my own reporter, which works great with this package. The one I described above, as you can see noone cares. |
Yeah that's what I am working on now, thanks ! |
@pmerwin I wrote a quick guide as an answer on stack, just FYI, maybe it can help: |
@vivacenontroppo @pmerwin @anhhanuman @vivacenontroppo I published a new version of the npm package. |
Sorry I did not realise that there was version 2.0.9. This error was not reproducible anymore for me in version 2.0.9 |
It fails for me even with version 2.0.9 @carmenmitru Below is the results value in aftertest:
|
Clear installation of the package, basic setup and all I got on tests that that passes is Cannot read property 'matcherResult' of undefined
package.json
output:
The text was updated successfully, but these errors were encountered: