UNPKG
steplix-cache
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Steplix Cache is a Node.js cache helper.
gitlab.com/steplix/SteplixCache
steplix-cache
/
tests
/
setup.js
11 lines
(7 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
const
chai =
require
(
'chai'
);
global
.
sinon
=
require
(
'mocha-sinon'
);
global
.
chai
= chai;
global
.
assert
= chai.
assert
;
global
.
expect
= chai.
expect
;
global
.
should
= chai.
should
();