Skip to content

Commit

Permalink
fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnimnix committed May 19, 2024
1 parent 50575b9 commit 0b1b6b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import { HttpResponseResolver, delay, http, HttpResponse } from "msw";
import resolveURL from "../api/fetch.ts";
import {auth_handlers} from "@/mocks/authentication/auth_handlers.ts";

const API_CALL_DELAY = 0;

Expand Down Expand Up @@ -55,4 +56,6 @@ export const handlers = [
});
})
),

...auth_handlers
];

0 comments on commit 0b1b6b8

Please sign in to comment.