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 a6a844b commit 6c5bf82Copy full SHA for 6c5bf82
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