Tests: Restore 100% coverage in whole project after migration to ESM and new test suite.
Additional information
Previously, our test suite was returning incorrect coverage info. After migration to vitest it shows us that we have ~90% coverage percentage. This PR restores coverage to 100%.
Suggested merge commit message (convention)
Tests: Restore 100% coverage in whole project after migration to ESM and new test suite.
Additional information
Previously, our test suite was returning incorrect coverage info. After migration to
vitest
it shows us that we have ~90% coverage percentage. This PR restores coverage to 100%.