Getting below pasted error, when executing unit test cases with Jamsine for Angular4 Project.
Uncaught SyntaxError: Unexpected end of JSON input thrown
Electron 1.8.8
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.
Getting below pasted error, when executing unit test cases with Jamsine for Angular4 Project.
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.