Skip to content

Commit e3efac5

Browse files
style: format auth.test.ts with Prettier
1 parent eb1bed7 commit e3efac5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/actions/auth.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ describe('auth server actions', () => {
171171

172172
vi.mocked(createClient).mockResolvedValue({
173173
auth: {
174-
signInWithPassword: vi.fn().mockResolvedValue({ // ggignore
174+
signInWithPassword: vi.fn().mockResolvedValue({
175+
// ggignore
175176
data: { user: { id: 'user-1', email: 'test@test.com' } },
176177
error: null,
177178
}),

0 commit comments

Comments
 (0)