Vitest Browser mode yarn workspace mock issue Steps to reproduce npm install cd projects/project-a npm run test tests should pass npm run test:browser One test fails. The test is failing because the mocked module from the workspace project "project-b" is not being used.