Example error print of a unit test:
Expected
<string>: "...up - Finish..."
to equal |
<string>: "...up - Vault ..."
Is there a way to increase the print limit this is just not practical at all... Like at least to something like 100 signs...
Edit: I might not have given enough information:
Vault ...
Finish...
Are not the only parts that are different in the string and it is very hard to read without more context if an error occurs. There should be a way to allow full comparison prints no? Similar as to how it is in NodeJS Chai.
https://github.com/onsi/ginkgo/issues/1166 Have a look at this, onsi answered. Look at the
format
package.