UNPKG
steplix-config
Version:
latest (0.0.2)
0.0.2
0.0.1
Steplix Config is a Node.js configuration helper.
gitlab.com/steplix/SteplixConfig
steplix-config
/
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
();