ezolenko / rollup-plugin-typescript2

Rollup plugin for typescript with compiler errors.
MIT License
820 stars 71 forks source link

fix(test): handle `pretty` formatting #377

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

The integration tests (#371) and pretty default change (#372) got merged simultaneously, so the tests need to be updated to handle the new pretty default

Details

Future Work

Add unit tests for both pretty and non-pretty versions of errors; currently print-diagnostics is one of the few files without unit test coverage