UNPKG
nasa-apod
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.1
NASA's Astronomy Picture of the Day API
github.com/hodavidhara/nasa-apod
hodavidhara/nasa-apod
nasa-apod
/
test
/
testConfig.js
8 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
chai =
require
(
'chai'
);
var
chaiAsPromised =
require
(
"chai-as-promised"
);
var
nock =
require
(
'nock'
); chai.
use
(chaiAsPromised);
global
.expect = chai.expect;
global
.nock = nock;