aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msw/handlers/comments/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/msw/handlers/comments/index.ts')
-rw-r--r--tests/msw/handlers/comments/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/msw/handlers/comments/index.ts b/tests/msw/handlers/comments/index.ts
new file mode 100644
index 0000000..349355b
--- /dev/null
+++ b/tests/msw/handlers/comments/index.ts
@@ -0,0 +1,3 @@
+import { commentsListHandler } from './comments-list.handler';
+
+export const commentsHandlers = [commentsListHandler];