Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
408657262515e015a2964aafb8a1c76fb5259699
/
.
/
tests
/
setup.js
blob: e3c220a2f47c5cd5bbff3d8be58aaad21b44ae6b [
file
] [
log
] [
blame
]
var
chai
=
require
(
'chai'
);
var
sinonChai
=
require
(
'sinon-chai'
);
chai
.
use
(
sinonChai
);
require
(
'jsdom-global'
)(
''
,
{
url
:
'http://localhost'
});
global
.
expect
=
require
(
'chai'
).
expect
;
global
.
sinon
=
require
(
'sinon'
);