Skip to content

Commit a38bb46

Browse files
committed
Format the auth-store burst regression test
1 parent 2f185fe commit a38bb46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/auth/store.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ describe("createAuthStore", () => {
153153
: [],
154154
);
155155
expect(failures).toEqual([]);
156-
expect((await store.listProfiles(home)).map((profile) => profile.name)).toEqual(
157-
[...names].sort(),
158-
);
156+
expect(
157+
(await store.listProfiles(home)).map((profile) => profile.name),
158+
).toEqual([...names].sort());
159159
} finally {
160160
await rm(home, { recursive: true, force: true });
161161
}

0 commit comments

Comments
 (0)