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 33baaf4 commit dbec96cCopy full SHA for dbec96c
test/unit/bson.test.ts
@@ -1,6 +1,6 @@
1
import { expect } from 'chai';
2
3
-import { BSON } from '../../mongodb';
+import { BSON } from '../mongodb';
4
5
describe('When importing BSON', function () {
6
const types = [
0 commit comments