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 08d5849 commit 8638933Copy full SHA for 8638933
packages/bson-bench/test/unit/task.test.ts
@@ -7,7 +7,7 @@ import { type BenchmarkSpecification, type PerfSendResult } from '../../src/comm
7
import { exists } from '../../src/utils';
8
import { clearTestedDeps } from '../utils';
9
10
-const LOCAL_BSON = path.join(__dirname, '..', '..', 'node_modules', 'bson');
+const LOCAL_BSON = path.join(__dirname, '..', '..', '..', '..', 'node_modules', 'bson');
11
12
describe('Task', function () {
13
beforeEach(async function () {
0 commit comments