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
fix: resolve integration test module resolution and complete test refactoring
- Fix MsgPack import error in integration tests by using lazy import for NodeContext
- Create TestAppLayer that excludes platform-node (implementation detail, not service)
- Update integration tests to use TestAppLayer instead of AppLayer
- Fix deployment test client response body handling (avoid 'Body is unusable' error)
- Add TIER_MODE environment variable to test setup
- Update integration test config to include all integration test files
- All tests now passing: 272 unit, 108 route, 13 auth, 5 integration tests
Architecture: platform is the service, platform-node is implementation detail.
Tests should not depend on implementation details.
0 commit comments