ezolenko / rollup-plugin-typescript2

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

test: add `print-diagnostics` spec #405

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

~NOTE: this is built on top of #404 as it uses the context changes made there. #404 is itself built on top of #397. As such, I've marked this PR as "Draft" until those PRs are merged.~ Rebased on top and marked as ready for review.

Summary

Adds unit tests for all scenarios of print-diagnostics.ts

Details