UNPKG
tm-constants
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
This is the accumulated constants for TM30 global
tm-constants
/
test
/
test.js
12 lines
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
require
(
"../index"
);
describe
(
'# Test redis'
,
() =>
{
afterAll
(
async
() => { cache.
quit
(); });
it
(
'should clear cache'
,
function
(
) { cache.
clear
() .
then
(
console
.
log
) .
catch
(
console
.
log
); }); });