Skip to content

Commit f9131c7

Browse files
committed
fix import
1 parent 2b4b017 commit f9131c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/bson.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect } from 'chai';
22

3-
import { BSON } from '../../mongodb';
3+
import { BSON } from '../mongodb';
44

55
describe('When importing BSON', function () {
66
const types = [

0 commit comments

Comments
 (0)