fixed build libs
This commit is contained in:
parent
b03231b849
commit
42baadae38
26 changed files with 981 additions and 541 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue