UNPKG
karma-chai
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
Chai for Karma
xdissent.github.io/karma-chai
xdissent/karma-chai
karma-chai
/
adapter.js
7 lines
(6 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
should; (
function
(
window
) {
window
.
should
=
window
.
chai
.
should
();
window
.
expect
=
window
.
chai
.
expect
;
window
.
assert
=
window
.
chai
.
assert
; })(
window
);