fix(core): update dependencies and bonsai.io compatibility

This commit is contained in:
2018-11-03 20:01:39 +01:00
parent 78f03ce6a2
commit 5945f1f535
7 changed files with 233 additions and 62 deletions

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { Qenv } from 'qenv';
import { Qenv } from '@pushrocks/qenv';
import * as elasticlog from '../ts/index';
const testQenv = new Qenv('./', './.nogit/');
@ -23,7 +23,7 @@ tap.test('first test', async () => {
expect(testElasticLog).to.be.instanceOf(elasticlog.ElasticLog);
});
tap.skip.test('should send a message to Elasticsearch', async () => {
tap.test('should send a message to Elasticsearch', async () => {
testElasticLog.log({
severity: 'log',
message: 'hi, this is a testMessage'