fix(core): update

This commit is contained in:
2020-08-18 12:05:07 +00:00
parent 1e83f0a0ef
commit ffa52a5883
3 changed files with 23 additions and 28 deletions

View File

@ -15,7 +15,7 @@ import * as mongoPlugin from 'mongodb-memory-server';
// =======================================
let testDb: smartdata.SmartdataDb;
let smartdataOptions: smartdata.ISmartdataOptions;
let smartdataOptions: smartdata.IMongoDescriptor;
let mongod: mongoPlugin.MongoMemoryServer;
tap.test('should create a testinstance as database', async () => {