Sign in
cobalt
/
cobalt.git
/
72bde07ae3f88e8fd742a603ece725b122de47f5
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
karma-chai
/
adapter.js
blob: 685524bc7639f43e9dedbfa1a5f27c04a53ea789 [
file
]
var
should
;
(
function
(
window
)
{
window
.
should
=
window
.
chai
.
should
();
window
.
expect
=
window
.
chai
.
expect
;
window
.
assert
=
window
.
chai
.
assert
;
})(
window
);