refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-02-11 15:00:34 +01:00
parent 5456d4e7c0
commit 3196cd986e
15 changed files with 977 additions and 1323 deletions

View File

@@ -14,7 +14,7 @@
*/
import {expect} from 'chai';
import {suite, test} from 'mocha-typescript';
import * as nock from 'nock';
import nock from 'nock';
import {HttpClient} from '../src/http-client';
@suite()