Test suite broken: vitest missing from dependencies #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The test suite cannot run because vitest is referenced in package.json scripts but NOT declared in devDependencies.
Steps to reproduce
Expected: Tests run
Actual: Error - Cannot find package vitest
Impact
Suggested fix
Add vitest to devDependencies in package.json
Additional notes
Also missing (causing test failures):