UNPKG
nanoscope
Version:
latest (2.2.0)
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.0
0.0.2
0.0.1
A Lens Library for Javascript
github.com/5outh/nanoscope
5outh/nanoscope
nanoscope
/
test
/
globals.js
7 lines
(6 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
chai =
require
(
'chai'
), should =
require
(
'should'
);
global
.
chai
= chai;
global
.
assert
= chai.
assert
;
global
.
expect
= chai.
expect
;
global
.
should
= should;