Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(core-common): migrate to vitest test functions
One of the `get-renderer-name` tests is failing, but this goes uncaught since vitest does not understand node's test runner output. This basically moves to using `it` from vitest rather than `node:test`, thus introducing a failing test. The failing test has then been fixed.
- Loading branch information