fix(dependencies): update to latest standards

This commit is contained in:
2018-07-15 23:21:07 +02:00
parent abece86511
commit a7516c86e6
8 changed files with 512 additions and 91 deletions

View File

@ -1,6 +1,4 @@
import 'typings-test';
import { tap, expect } from 'tapbundle';
import { tap, expect } from '@pushrocks/tapbundle';
import * as smartrequest from '../ts/index';
@ -24,4 +22,6 @@ tap.test('should post a JSON document over http', async () => {
.equal('fa4c6baa0812e5b5c80ed8885e55a8a6');
});
tap.test('should deal with unix socks', async () => {});
tap.start();