Formatting
This commit is contained in:
@@ -57,7 +57,9 @@ describe("settings command", () => {
|
||||
{},
|
||||
);
|
||||
|
||||
const persisted = JSON.parse(readFileSync(paths.walletConfigPath, "utf8")) as {
|
||||
const persisted = JSON.parse(
|
||||
readFileSync(paths.walletConfigPath, "utf8"),
|
||||
) as {
|
||||
currency: string;
|
||||
"default-mnemonic"?: string;
|
||||
};
|
||||
|
||||
@@ -103,7 +103,7 @@ const testCases: TestCase[] = [
|
||||
inputs: ["export", p2pkhTemplateIdentifier],
|
||||
shouldThrow: false,
|
||||
expectedData: {},
|
||||
logs: [{ out: "\"name\":\"Wallet (P2PKH)\"" }],
|
||||
logs: [{ out: '"name":"Wallet (P2PKH)"' }],
|
||||
},
|
||||
// Error cases - subcommand
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user