
Some checks failed
CI - 4NK_wallet / Code Quality (push) Failing after 33s
CI - 4NK_wallet / Unit Tests (push) Failing after 32s
CI - 4NK_wallet / Integration Tests (push) Failing after 9s
CI - 4NK_wallet / Security Tests (push) Failing after 27s
CI - 4NK_wallet / Docker Build & Test (push) Failing after 8s
CI - 4NK_wallet / Documentation Tests (push) Failing after 3s
CI - 4NK_wallet / Release Guard (push) Has been skipped
CI - 4NK_wallet / Performance Tests (push) Failing after 27s
CI - 4NK_wallet / Notify (push) Failing after 1s
15 lines
298 B
Markdown
15 lines
298 B
Markdown
# Tests - sdk_wallet
|
||
|
||
## Portée
|
||
- Bridge: sérialisation, réception des messages, mise à jour Redux
|
||
- Store: reducers `setTokens`, `setLastMessageType`
|
||
|
||
## Commandes
|
||
- `npm test` (Jest + ts-jest, jsdom)
|
||
|
||
## Isolation
|
||
- Pas d’accès réseau
|
||
- Pas d’exemples exécutables; tests en mémoire
|
||
|
||
|