From fb749e8befb2dcdc266c2e8b7ef7c9001947143a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 27 Nov 2023 19:40:40 +0100 Subject: test(services): add tests for posts fetchers --- tests/msw/handlers/index.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/msw/handlers/index.ts (limited to 'tests/msw/handlers/index.ts') diff --git a/tests/msw/handlers/index.ts b/tests/msw/handlers/index.ts new file mode 100644 index 0000000..decbc9f --- /dev/null +++ b/tests/msw/handlers/index.ts @@ -0,0 +1,3 @@ +import { postsHandlers } from './posts'; + +export const handlers = [...postsHandlers]; -- cgit v1.2.3