fix(core): update
This commit is contained in:
parent
64e76b3ed1
commit
670a0c63fb
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user