Skip to content

Commit ccd8c22

Browse files
committed
Fixed formatting
1 parent 552b923 commit ccd8c22

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/auth/src/api/index.test.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ describe('api/_performApiRequest', () => {
103103
disableWarnings: false
104104
}
105105
};
106-
await _performApiRequest<
107-
typeof request,
108-
typeof serverResponse
109-
>(auth, HttpMethod.POST, Endpoint.SIGN_UP, request);
106+
await _performApiRequest<typeof request, typeof serverResponse>(
107+
auth,
108+
HttpMethod.POST,
109+
Endpoint.SIGN_UP,
110+
request
111+
);
110112
expect(mock.calls[0].fullRequest?.credentials).to.eq('include');
111113
});
112114

0 commit comments

Comments
 (0)