fixed build libs

This commit is contained in:
Boki 2025-06-25 08:29:53 -04:00
parent b03231b849
commit 42baadae38
26 changed files with 981 additions and 541 deletions

View file

@ -1,5 +1,5 @@
import { beforeEach, describe, expect, it } from 'bun:test';
import { SimpleMongoDBClient } from './simple-mongodb';
import { SimpleMongoDBClient } from '../src/simple-mongodb';
describe('MongoDBClient', () => {
let client: SimpleMongoDBClient;