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 d956aea commit e6a0721Copy full SHA for e6a0721
test/bench/granular/common.ts
@@ -6,7 +6,7 @@ export const DOCUMENT_ROOT = `${__dirname}/../../documents`;
6
export const OPERATIONS: ('serialize' | 'deserialize')[] = ['serialize', 'deserialize'];
7
export const BOOL = [true, false];
8
9
-export const LIBRARY_SPEC = 'bson#main';
+export const LIBRARY_SPEC = `bson:${process.cwd()}`;
10
11
export const isDeserialize = (s: string) => s === 'deserialize';
12
export async function getTestDocs(type: string) {
0 commit comments