chore: formatted the code #138
Annotations
2 errors
|
Testing
Process completed with exit code 1.
|
|
src/stores/redis/__tests__/store.spec.ts > redis store test > decrements the key for the store when `decrement` is called:
src/stores/redis/__tests__/store.spec.ts#L78
AssertionError: expected 1016 to be below 1000
- Expected
+ Received
- 1000
+ 1016
❯ src/stores/redis/__tests__/store.spec.ts:78:57
|