build: update dependencies

This commit is contained in:
Jovan Krunić
2019-01-28 14:11:43 +01:00
parent db240aa4b1
commit e37a23e8e0
9 changed files with 260 additions and 159 deletions

View File

@@ -24,9 +24,11 @@ import {
SCSearchRequest,
SCSearchResponse,
SCSearchRoute,
SCThingOriginType,
SCThingType,
} from '@openstapps/core';
import * as chai from 'chai';
import {expect} from 'chai';
import * as chai from 'chai';
import * as chaiAsPromised from 'chai-as-promised';
import * as chaiSpies from 'chai-spies';
import {suite, test} from 'mocha-typescript';
@@ -145,8 +147,9 @@ export class ClientSpec {
origin: {
indexed: 'foo',
name: 'foo',
type: SCThingOriginType.Remote,
},
type: 'message',
type: SCThingType.Message,
uid: 'foo',
};
await client.feedback(feedback);
@@ -170,8 +173,9 @@ export class ClientSpec {
origin: {
indexed: 'foo',
name: 'foo',
type: SCThingOriginType.Remote,
},
type: 'message',
type: SCThingType.Message,
uid: 'foo',
};
@@ -255,8 +259,9 @@ export class ClientSpec {
origin: {
indexed: 'foo',
name: 'foo',
type: SCThingOriginType.Remote,
},
type: 'message',
type: SCThingType.Message,
uid: 'foo',
};