mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
const redis = require('../helpers/redis');
|
|
|
|
beforeEach(() => redis.clearDB());
|