Skip to content
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

"TypeError: Cannot read property 'testResults' of undefined" #13

Open
goldbergyoni opened this issue Dec 1, 2020 · 1 comment
Open

Comments

@goldbergyoni
Copy link

#Issue Details
Hey, This reporter looks amazing in the readme, tried to give it a spin but it fails right on start with the following stacktrace. We're using TypeScript, Node 12.18, Jest 25.2.3

image

@theoutlander
Copy link
Owner

Thanks @goldbergyoni for reporting this issue. I was just using this dashboard a few mins ago (after almost a year) w/the latest node/jest/tsc and it worked, but something weird must be going on with your setup.

Can you share details about the jest command you are running? Is it running any tests?

The error is happening @

let contentArr = item.getText().split(/\s/g).filter(a => a !== '')
.

I can't seem to repro this. Would you be able to print the variables above that line and post the values you're getting?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants