Skip to content

feat: add API versioning, mobile responsive layout, and component tests#3

Merged
tmushayahama merged 2 commits intomainfrom
fix/e2e-test-and-mock
Feb 21, 2026
Merged

feat: add API versioning, mobile responsive layout, and component tests#3
tmushayahama merged 2 commits intomainfrom
fix/e2e-test-and-mock

Conversation

@tmushayahama
Copy link
Copy Markdown
Collaborator

Changes

  • Fix e2e test for default home links: pangoHome=/ produces //about not /about
  • Move imageMock.ts from src/utils/__mocks__/ to root __mocks__/ to prevent duplicate mock warning in dist/collection/
  • Update stencil.config.ts moduleNameMapper path accordingly
  • Add "no Generated with Claude Code" rule to CLAUDE.md

- Fix default home e2e test: pangoHome=/ produces //about not /about
- Move imageMock.ts from src/utils/__mocks__ to root __mocks__
  to prevent duplicate mock in dist/collection/
@tmushayahama tmushayahama changed the title fix: correct e2e test href and resolve duplicate mock warning feat: add API versioning, mobile responsive layout, and component tests Feb 20, 2026
The commitlint CI job was timing out (~6h) because `npm install --no-save`
in the project directory triggered full dependency tree resolution including
heavy packages like puppeteer. Installing globally avoids this entirely.

Also removes unnecessary npm cache config and adds a 10-minute timeout.
@tmushayahama tmushayahama merged commit 727bb21 into main Feb 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant