fix(core): update

This commit is contained in:
2023-08-08 16:59:47 +02:00
parent 2763da6efa
commit a5ddbd44af
9 changed files with 219 additions and 29 deletions

View File

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