hipstersmoothie/jest-github-reporter

TypeError: Cannot read property 'line' of null

cinderblock opened this issue · 1 comments

I'm getting an error running jest caused by jest-github-reporter when running on my local dev machine:

TypeError: Cannot read property 'line' of null
    at .\node_modules\jest-github-reporter\src\create-check.ts:71:70
    at Array.forEach (<anonymous>)
    at _loop_2 (.\node_modules\jest-github-reporter\src\create-check.ts:67:25)
    at _loop_1 (.\node_modules\jest-github-reporter\dist\create-check.js:60:17)
    at createAnnotations (.\node_modules\jest-github-reporter\dist\create-check.js:74:13)
    at Object.default (.\node_modules\jest-github-reporter\src\create-check.ts:92:18)
    at GitHubReporter.<anonymous> (.\node_modules\jest-github-reporter\src\index.ts:9:22)
    at step (.\node_modules\jest-github-reporter\dist\index.js:33:23)
    at Object.next (.\node_modules\jest-github-reporter\dist\index.js:14:53)
    at .\node_modules\jest-github-reporter\dist\index.js:8:71

This error occurs when a promise based test throws an exception as far as I can tell

I am seeing this issue as well. any update on this? Would you take a PR to fix this issue?

looks like location will always be null

https://github.com/facebook/jest/blob/a782ce551f74f96a1c69f91431a0e9a858965024/e2e/__tests__/locationInResults.test.ts#L11-L23