refactor: canonicalize TypeScript and Tailwind syntax
This commit is contained in:
@@ -39,7 +39,7 @@ describe("createHttpClient", () => {
|
||||
await authStorage.setLoginToken("old-login-token");
|
||||
await authStorage.setRefreshToken("refresh-token");
|
||||
|
||||
const requestAuthHeaders: Array<string | null> = [];
|
||||
const requestAuthHeaders: (string | null)[] = [];
|
||||
const fetchMock = vi.fn<typeof fetch>(async (input, init) => {
|
||||
const url = new URL(input instanceof Request ? input.url : String(input));
|
||||
const headers =
|
||||
|
||||
Reference in New Issue
Block a user