Skip to content

Commit 3434393

Browse files
Update tests/unit/common/config.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3b4c644 commit 3434393

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
@@ -579,7 +579,7 @@ describe("config", () => {
579579
expect(actual.connectionString).toBe("mongodb://dummyhost");
580580
});
581581

582-
it("config file takes precendence over defaults", () => {
582+
it("config file takes precedence over defaults", () => {
583583
const actual = createUserConfig({ cliArguments: ["--config", CONFIG_FIXTURES.VALID] });
584584
expect(actual.connectionString).toBe("mongodb://valid-json-localhost:1000");
585585
});

0 commit comments

Comments
 (0)