fix: explicit dev dependencies #10
Reference in New Issue
Block a user
Delete Branch "fix/test-dependencies"
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?
Explicitly add test dependencies that were being loaded implicitly before but started failing.
The changes look correct - adding explicit test dependencies is the right fix. However, CI is failing at the "Install dependencies" step. This appears to be an issue with
npm cirather than the actual test code.Please investigate the install failure. The diff itself is fine.
Closing this PR as it was created based on a false premise. Tests pass on main. The local failure was due to NODE_ENV=production skipping devDependencies.
Pull request closed