You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix npm install test constant mocks (2 tests)
Fixed mock import paths to match refactored constant structure.
The implementation was refactored to import from individual constant files
(constants/paths.mts, constants/env.mts, etc.) instead of a combined
constants.mts file. Updated test mocks to match the new import structure
by creating separate mocks for each constants file.
Tests fixed: 2
Total tests fixed: 142
0 commit comments