UNPKG
drachtio-modesl
Version:
latest (2.0.1)
2.0.1
1.3.1
1.2.10
1.2.9
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
FreeSWITCH ESL Node.js Implementation
github.com/davehorton/node-esl
davehorton/node-esl
drachtio-modesl
/
test
/
fixtures
/
common.js
8 lines
(6 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
//export some chai stuff
global
.chai =
require
(
'chai'
);
global
.expect =
global
.chai.expect;
//export some sinon
global
.sinon =
require
(
'sinon'
);
global
.chai.
use
(
require
(
'sinon-chai'
));