You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the aforementioned error when I run grunt jasmine:coverage.
My instrumented js file size is 5012 KB.
If I downsize it to around 4600 KB by removing some of the code, it runs successfully.
But my code is going to increase for sure and also I cannot divide it into separate modules.
Can anyone please help?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting the aforementioned error when I run
grunt jasmine:coverage
.My instrumented js file size is 5012 KB.
If I downsize it to around 4600 KB by removing some of the code, it runs successfully.
But my code is going to increase for sure and also I cannot divide it into separate modules.
Can anyone please help?
Thanks.
The text was updated successfully, but these errors were encountered: