fix(core): update

This commit is contained in:
2022-06-06 16:51:41 +02:00
parent a01755fb9e
commit 1783d72395
6 changed files with 128 additions and 92 deletions

View File

@ -8,7 +8,7 @@ tap.test('should create a mongo instance', async () => {
});
tap.test('should stop the instance', async () => {
await smartmongoInstance.stop();
await smartmongoInstance.stopAndDumpToDir('.nogit/');
})
tap.start();