UNPKG
isg-events
Version:
latest (0.1.0)
0.1.0
0.0.12
0.0.10
Synchronous and asynchronous cross-platform library for organizing events.
isg-events
/
tests
/
server.js
3 lines
•
88 B
JavaScript
View Raw
1
2
3
require
(
'should'
);
global
.
isgEvents
=
require
(
'../isg-events.js'
);
require
(
'./test.js'
);