segment-boneyard / nightmare

A high-level browser automation library.
https://open.segment.com
19.54k stars 1.08k forks source link

Uncaught SyntaxError: Unexpected end of JSON input thrown #1526

Closed ps0305 closed 5 years ago

ps0305 commented 5 years ago

Getting below pasted error, when executing unit test cases with Jamsine for Angular4 Project.

 Uncaught SyntaxError: Unexpected end of JSON input thrown

i'm getting this error for random component throughout the project,since we have 500+ test cases, but the thing is when i'm running test case for that particular component, then it's passing for the same test cases without any error. But when running for the whole project, it keeps failing randomly with above error message.