fix(core): update
This commit is contained in:
		| @@ -21,7 +21,7 @@ let mongod: mongoPlugin.MongoMemoryServer; | ||||
|  | ||||
| const totalCars = 2000; | ||||
|  | ||||
| tap.skip.test('should create a testinstance as database', async () => { | ||||
| tap.test('should create a testinstance as database', async () => { | ||||
|   mongod = await mongoPlugin.MongoMemoryServer.create(); | ||||
|   console.log('created mongod instance'); | ||||
|   console.log('mongod started'); | ||||
| @@ -33,7 +33,7 @@ tap.skip.test('should create a testinstance as database', async () => { | ||||
|   await testDb.init(); | ||||
| }); | ||||
|  | ||||
| tap.test('should connect to atlas', async (tools) => { | ||||
| tap.skip.test('should connect to atlas', async (tools) => { | ||||
|   const databaseName = `test-smartdata-${smartunique.shortId()}`; | ||||
|   testDb = new smartdata.SmartdataDb({ | ||||
|     mongoDbUrl: testQenv.getEnvVarOnDemand('MONGO_URL'), | ||||
|   | ||||
| @@ -21,7 +21,7 @@ let mongod: mongoPlugin.MongoMemoryServer; | ||||
|  | ||||
| const totalCars = 2000; | ||||
|  | ||||
| tap.skip.test('should create a testinstance as database', async () => { | ||||
| tap.test('should create a testinstance as database', async () => { | ||||
|   mongod = await mongoPlugin.MongoMemoryServer.create(); | ||||
|   console.log('created mongod instance'); | ||||
|   console.log('mongod started'); | ||||
| @@ -33,7 +33,7 @@ tap.skip.test('should create a testinstance as database', async () => { | ||||
|   await testDb.init(); | ||||
| }); | ||||
|  | ||||
| tap.test('should connect to atlas', async (tools) => { | ||||
| tap.skip.test('should connect to atlas', async (tools) => { | ||||
|   const databaseName = `test-smartdata-${smartunique.shortId()}`; | ||||
|   testDb = new smartdata.SmartdataDb({ | ||||
|     mongoDbUrl: testQenv.getEnvVarOnDemand('MONGO_URL'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user