mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
Configured redis to flush before each test and changed default test
redis database
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
const redis = require('../helpers/redis');
|
||||
|
||||
beforeEach(() => redis.clearDB());
|
||||
Reference in New Issue
Block a user