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 3b4c644 commit 3434393Copy full SHA for 3434393
tests/unit/common/config.test.ts
@@ -579,7 +579,7 @@ describe("config", () => {
579
expect(actual.connectionString).toBe("mongodb://dummyhost");
580
});
581
582
- it("config file takes precendence over defaults", () => {
+ it("config file takes precedence over defaults", () => {
583
const actual = createUserConfig({ cliArguments: ["--config", CONFIG_FIXTURES.VALID] });
584
expect(actual.connectionString).toBe("mongodb://valid-json-localhost:1000");
585
0 commit comments