Formatting
This commit is contained in:
@@ -113,7 +113,9 @@ describe("mnemonic utilities", () => {
|
||||
|
||||
// Due to some weird MacOS behavior we need to use realpathSync to get the correct path
|
||||
// Basically, tmpDir() returns a symlink, but moving to that path puts us at `/private/${tmpDir()}`
|
||||
const expectedPath = realpathSync(path.join(tempDir, "mnemonic-relative"));
|
||||
const expectedPath = realpathSync(
|
||||
path.join(tempDir, "mnemonic-relative"),
|
||||
);
|
||||
|
||||
// Compare to the expected path
|
||||
expect(resolved).toBe(expectedPath);
|
||||
|
||||
Reference in New Issue
Block a user