fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-02 16:50:22 +02:00
parent 64e76b3ed1
commit 670a0c63fb

View File

@ -26,9 +26,10 @@ tap.test('should create a testinstance as database', async () => {
mongoDbUrl: await mongod.getConnectionString()
};
console.log(smartdataOptions);
testDb = new smartdata.SmartdataDb(smartdataOptions);
});
tap.test('should create a smartdb', async () => {
tap.skip.test('should create a smartdb', async () => {
testDb = new smartdata.SmartdataDb({
mongoDbName: testQenv.getEnvVarOnDemand('MONGO_DBNAME'),
mongoDbUrl: testQenv.getEnvVarOnDemand('MONGO_URL'),