Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
791622bc08a510e4c8f059155e71f006476c5f59
/
.
/
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'
);