Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 287 Bytes

File metadata and controls

12 lines (8 loc) · 287 Bytes

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.