fix(dependencies): update to latest standards
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user