* Fix further LineWrapper precision issues
* add test of bounded text precision issue
* add rowSpanning table example
* add failure threshold
* implement toContainText jest matcher
* create a unit test for bounded text precision
* remove round up rounding code path
---------
Co-authored-by: Luiz Américo Pereira Câmara <blikblum@users.noreply.github.com>
* Rework integrations tests to compare pdf screenshots instead of raw content
* Update documentation and configuration related to integration/visual tests
Got jest tests running by setting setupFilesAfterEnv to include toContainChunk (not clear why this became necessary).
Modified toContainChunk to accept RegExp for all but first parameter of array.
AcroForms partial tests working.