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 2b4b017 commit f9131c7Copy full SHA for f9131c7
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