UNPKG
@kinecosystem/kin-base
Version:
latest (0.20.4)
0.20.4
0.20.3
0.20.2
0.20.1
0.20.0
0.1.0
Low level Kin support library
github.com/kinecosystem/js-kin-base
kinecosystem/js-kin-base
@kinecosystem/kin-base
/
test
/
test-helper.js
8 lines
(7 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
if
(
typeof
window
===
'undefined'
) {
require
(
'babel/register'
);
global
.
KinBase
=
require
(
'../src/index'
);
global
.
chai
=
require
(
'chai'
);
global
.
sinon
=
require
(
'sinon'
);
global
.
expect
=
global
.
chai
.
expect
; }