mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 16:14:49 +08:00
23573501bd
redis database
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
const redis = require('../helpers/redis');
|
|
|
|
beforeEach(() => redis.clearDB());
|