fix(core): update
This commit is contained in:
parent
0f81392b8e
commit
997a662d63
@ -4,7 +4,7 @@ import * as smartmongo from '../ts/index';
|
|||||||
let smartmongoInstance: smartmongo.SmartMongo;
|
let smartmongoInstance: smartmongo.SmartMongo;
|
||||||
|
|
||||||
tap.test('should create a mongo instance', async () => {
|
tap.test('should create a mongo instance', async () => {
|
||||||
smartmongoInstance = await smartmongo.SmartMongo.createAndInit();
|
smartmongoInstance = await smartmongo.SmartMongo.createAndStart();
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.test('should stop the instance', async () => {
|
tap.test('should stop the instance', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user