Browse Source

Unit tests => integration tests

emp
Luke Childs 7 years ago
committed by Jytesh
parent
commit
1bce776345
  1. 2
      packages/keyv/README.md

2
packages/keyv/README.md

@ -69,7 +69,7 @@ await keyv.clear(); // undefined
### Official Storage Adapters
The official storage adapters are covered by over 150 unit tests to guarantee consistent behaviour. They are lightweight, efficient wrappers over the DB clients making use of indexes and native TTLs where available.
The official storage adapters are covered by over 150 integration tests to guarantee consistent behaviour. They are lightweight, efficient wrappers over the DB clients making use of indexes and native TTLs where available.
Database|Adapter|Status
---|---|---

Loading…
Cancel
Save