feat(congodb): implement CongoDB MongoDB wire-protocol compatible in-memory server and APIs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { expect, tap } from '@push.rocks/tapbundle';
|
||||
import { tap } from '@git.zone/tstest/tapbundle';
|
||||
import * as smartmongo from '../ts/index.js';
|
||||
|
||||
let smartmongoInstance: smartmongo.SmartMongo;
|
||||
@@ -11,4 +11,4 @@ tap.test('should stop the instance', async () => {
|
||||
await smartmongoInstance.stopAndDumpToDir('.nogit/');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
||||
Reference in New Issue
Block a user