impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

refactor: move superfluous integration testing to unit-tests #199

Open Oran-Dan opened 2 months ago

Oran-Dan commented 2 months ago

Description

Many integration tests will be cleaned up and simplified to unit-tests paired with their respective reducer. Each feature will still maintain either one or two integration tests that will cover an instance of the entire flow. All other tests will be moved to unit-tests.

Motivation

Many of the integration tests are more overcomplicated unit-tests than anything else.

Resources

No response

To-do List