Hi,
We use husky pre-commit to run unit tests on all of our projects.
A few angular projects have a large console output resulting from many many unit tests. Although these could have their test output tidied up, the point here is a large console ouput can lock up source tree for an hour or so.
Running the same unit tests in webstorm, i can see the console output exceeds the maximum length of the console buffer, resulting in only the end portion being scrollable. I believe this same symptom is causing source tree commit to lockup.
This is on the Windows version 3.4.17, but has been a long standing issue.
Thanks,
Nick
@Nick Deakin welcome to the Atlassian community
Since you are running the unit tests as part of a precommit it will tie up the application until everything is done. If you just run the unit tests and then do the commit it would solve the issue. If you want to do the pre-commit you will have to wait for everything to complete.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.