Skip to content

Commit 8638933

Browse files
committed
change path to local bson
1 parent 08d5849 commit 8638933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bson-bench/test/unit/task.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { type BenchmarkSpecification, type PerfSendResult } from '../../src/comm
77
import { exists } from '../../src/utils';
88
import { clearTestedDeps } from '../utils';
99

10-
const LOCAL_BSON = path.join(__dirname, '..', '..', 'node_modules', 'bson');
10+
const LOCAL_BSON = path.join(__dirname, '..', '..', '..', '..', 'node_modules', 'bson');
1111

1212
describe('Task', function () {
1313
beforeEach(async function () {

0 commit comments

Comments
 (0)