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 dbacbda commit 3168bd5Copy full SHA for 3168bd5
tests/unit/common/config.test.ts
@@ -65,6 +65,7 @@ const expectedDefaults = {
65
embeddingsValidation: true,
66
previewFeatures: [],
67
dryRun: false,
68
+ allowRequestOverrides: false,
69
};
70
71
describe("config", () => {
0 commit comments