UNPKG
teo-db
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.1
1.0.0
Teo.JS DB driver
github.com/Antyfive/teo-db
Antyfive/teo-db
teo-db
/
test
/
common.js
13 lines
(11 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/*! * Common * @author Andrew Teologov <teologov.and@gmail.com> * @date 2/8/16 */
"use strict"
;
global
.
sinon
=
require
(
"sinon"
);
global
.
chai
=
require
(
"chai"
);
global
.
expect
=
global
.
chai
.
expect
;
global
.
assert
=
global
.
chai
.
assert
;
global
.
async
=
require
(
"short-async"
);