testing

javascript testing

Jest

Testing library which saves a ton of time: jest

cross-fetch

If fetch is not defined, use cross-fetch

import fetch from 'cross-fetch';

const globalRef:any = global;
globalRef.fetch = fetch;

nock

Very helpful HTTP mock library nock