egutierrez
|
1a2e9b2cc0
|
test: Vitest + RTL component tests with mocked Wails bindings
- vitest + jsdom + @testing-library/react setup
- mocked wailsjs/go/main/MatrixService + runtime
- tests for: LoginScreen, App routing, HomeScreen auto-relogin,
RoomList, Composer, EventBubble
- pnpm test runs the suite
Frontend coverage for matrix_client_pc (flow 0010 PC client).
|
2026-05-25 12:20:32 +02:00 |
|
egutierrez
|
42adfdfd97
|
feat: scaffold matrix_client_pc (Wails + React-TS + mautrix-go + keyring)
Initial scaffold for issue 0147. App lives at
projects/element_agents/apps/matrix_client_pc/.
Deps:
- github.com/wailsapp/wails/v2 v2.11.0
- maunium.net/go/mautrix v0.25.2
- github.com/zalando/go-keyring v0.2.6
Next: MatrixService bindings + Login/Home React screens + helpers
(matrix_client_init, mas_oidc_loopback, keyring_token_store).
|
2026-05-24 23:08:58 +02:00 |
|