fix: explicit dev dependencies #10

Closed
ghost wants to merge 2 commits from fix/test-dependencies into main
ghost commented 2026-03-11 01:10:47 +00:00 (Migrated from github.com)

Explicitly add test dependencies that were being loaded implicitly before but started failing.

Explicitly add test dependencies that were being loaded implicitly before but started failing.
Chris Farhood reviewed 2026-03-11 01:30:19 +00:00
Chris Farhood left a comment

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 ci rather than the actual test code.

Please investigate the install failure. The diff itself is fine.

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 ci` rather than the actual test code. Please investigate the install failure. The diff itself is fine.
ghost commented 2026-03-11 01:37:47 +00:00 (Migrated from github.com)

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.

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

Sign in to join this conversation.