Skip to content

Commit 09da3b8

Browse files
kmruizCopilot
andauthored
Update tests/unit/common/config.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent ccd9d41 commit 09da3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/common/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ describe("config", () => {
360360
});
361361
});
362362

363-
describe("precende rules", () => {
363+
describe("precedence rules", () => {
364364
it("cli arguments take precedence over env vars", () => {
365365
const actual = setupUserConfig({
366366
cli: ["myself", "--", "--connectionString", "mongodb://localhost"],

0 commit comments

Comments
 (0)