We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba2196 commit 33baaf4Copy full SHA for 33baaf4
test/unit/bson.test.ts
@@ -1,6 +1,6 @@
1
import { expect } from 'chai';
2
3
-import { BSON } from '../../src/bson';
+import { BSON } from '../../mongodb';
4
5
describe('When importing BSON', function () {
6
const types = [
0 commit comments