mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
const redis = require('../helpers/redis');
|
|
|
|
beforeEach(() => redis.clearDB());
|