UNPKG
hof-dotfiles
Version:
latest (2.0.0)
2.0.0
1.0.0
Common dotfiles for HOF
github.com/UKHomeOffice/hof-dotfiles
UKHomeOffice/hof-dotfiles
hof-dotfiles
/
test
/
common.js
11 lines
(7 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
global
.
chai
=
require
(
'chai'
).
use
(
require
(
'sinon-chai'
));
global
.
should
= chai.
should
();
global
.
sinon
=
require
(
'sinon'
);
require
(
'sinomocha'
)(); process.
setMaxListeners
(
0
); process.
stdout
.
setMaxListeners
(
0
);