Skip to content

Development

Augusto Brito edited this page Jul 2, 2026 · 2 revisions

Development

swift build --package-path apps/menubar
swift test  --package-path apps/menubar   # 82 tests
pnpm install && pnpm test:www

Golden rule: never guess vendor API payload shapes — fetch the live payload and encode it in tests.

Clone this wiki locally