feat(congodb): implement CongoDB MongoDB wire-protocol compatible in-memory server and APIs

This commit is contained in:
2026-01-31 11:33:11 +00:00
parent a01f4d83c0
commit fcc5a0e557
37 changed files with 11020 additions and 2693 deletions

View File

@@ -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();