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 82f38d0 commit 94b7863Copy full SHA for 94b7863
tests/unit/common/config.test.ts
@@ -61,6 +61,7 @@ describe("config", () => {
61
vectorSearchSimilarityFunction: "euclidean",
62
disableEmbeddingsValidation: false,
63
previewFeatures: [],
64
+ allowRequestOverrides: false,
65
};
66
expect(UserConfigSchema.parse({})).toStrictEqual(expectedDefaults);
67
});
@@ -99,6 +100,7 @@ describe("config", () => {
99
100
101
102
103
104
105
expect(createUserConfig()).toStrictEqual(expectedDefaults);
106
0 commit comments