remove redis
This commit is contained in:
parent
646a10f45c
commit
af58550f7f
10 changed files with 12 additions and 89 deletions
|
|
@ -375,14 +375,7 @@ jest.mock('../src/services/s3.service', () => ({
|
|||
}));
|
||||
```
|
||||
|
||||
### Mock Redis
|
||||
```javascript
|
||||
jest.mock('../src/services/redis.service', () => ({
|
||||
get: jest.fn(),
|
||||
set: jest.fn(),
|
||||
del: jest.fn()
|
||||
}));
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue