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