1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-14 02:12:54 +01:00
bitwarden-estensione-browser/libs/common
Matt Gibson 211d7a2626
Ps/improve state provider fakers (#7494)
* Expand state provider fakes

- default null initial value for fake states
- Easier mocking of key definitions through just the use of key names
  - allows for not exporting KeyDefinition as long as the key doesn't collide
- mock of fake state provider to verify `get` calls
- `nextMock` for use of the fn mock matchers on emissions of `state$`
- `FakeAccountService` which allows for easy initialization and working with account switching

* Small bug fix for cache key collision on key definitions unique by only storage location

* Fix initial value for test
2024-01-10 10:36:19 -05:00
..
spec Ps/improve state provider fakers (#7494) 2024-01-10 10:36:19 -05:00
src Ps/improve state provider fakers (#7494) 2024-01-10 10:36:19 -05:00
custom-matchers.d.ts
jest.config.js
package.json
test.setup.ts
tsconfig.json
tsconfig.spec.json