How to ignore lines of code from coverage in vitest?
I have my unit tests setup with vitest and I am looking for a way to ignore specific lines of code from vitest coverage.
I have my unit tests setup with vitest and I am looking for a way to ignore specific lines of code from vitest coverage.