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 cfab36b commit 98627c0Copy full SHA for 98627c0
test/unit/node/cli.test.ts
@@ -645,7 +645,7 @@ describe("bindAddrFromArgs", () => {
645
})
646
647
describe("defaultConfigFile", () => {
648
- it("should return the dfeault config file as a string", async () => {
+ it("should return the default config file as a string", async () => {
649
const password = await generatePassword()
650
const actual = defaultConfigFile(password)
651
0 commit comments