mkdir vitest cd vitest npm install vitest @vitest/coverage-v8 cd .. mkdir test cd test echo -e "import {test} from \"vitest\";\ntest(\"Test\", () => {});" > bug.spec.ts cd ../vitest npx vitest run --root ../test --coverage