UNPKG
@starryinternet/jobi
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Tiny logging utility with events and streams
github.com/StarryInternet/jobi
StarryInternet/jobi
@starryinternet/jobi
/
test
/
globals.js
8 lines
(6 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
chai =
require
(
'chai'
);
const
sinon =
require
(
'sinon'
);
global
.
expect
= chai.
expect
;
global
.
assert
= chai.
assert
;
global
.
sinon
= sinon;
global
.
getModule
=
path
=>
require
(
`../
${ path }
`
);