Vitest error on importing file path with spaces

Installation

pnpm i

Works in Node.js

Console output: test helper

```bash
pnpm node

image

Error in Vitest

Error: [vite-node] Failed to load ./test%20utils/helper.mjs

pnpm test

image