UNPKG
steplix-http-exception
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Steplix Http Exception
github.com/steplix/SteplixHttpException
steplix/SteplixHttpException
steplix-http-exception
/
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
.
request
=
require
(
'supertest'
);
global
.
chai
= chai;
global
.
assert
= chai.
assert
;
global
.
expect
= chai.
expect
;
global
.
should
= chai.
should
();