diff options
Diffstat (limited to 'tests/msw/handlers/index.ts')
| -rw-r--r-- | tests/msw/handlers/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/msw/handlers/index.ts b/tests/msw/handlers/index.ts index e42a0eb..85a2300 100644 --- a/tests/msw/handlers/index.ts +++ b/tests/msw/handlers/index.ts @@ -1,9 +1,11 @@ import { commentsHandlers } from './comments'; import { postsHandlers } from './posts'; import { thematicsHandlers } from './thematics'; +import { topicsHandlers } from './topics'; export const handlers = [ ...commentsHandlers, ...postsHandlers, ...thematicsHandlers, + ...topicsHandlers, ]; |
