UNPKG

tm-constants

Version:

This is the accumulated constants for TM30 global

12 lines 266 B
"use strict"; require("../index"); describe('# Test redis', () => { afterAll(async () => { cache.quit(); }); it('should clear cache', function () { cache.clear() .then(console.log) .catch(console.log); }); });