build: update dependencies

This commit is contained in:
Michel Jonathan Schmitz
2020-11-02 09:35:49 +01:00
parent 92a21052f1
commit 2822aac652
12 changed files with 2591 additions and 1570 deletions

View File

@@ -13,7 +13,7 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {expect} from 'chai';
import {suite, test} from 'mocha-typescript';
import {suite, test} from '@testdeck/mocha';
import nock from 'nock';
import {HttpClient} from '../src/http-client';