From 29a1dec4de0aa7ba64ef068a83b1b8589fbc3ad0 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 28 Nov 2023 17:49:26 +0100 Subject: fix(services,types): make queries and types coherent for Topic * some nodes was missing in topicQuery * a node was mispelled in topicsListQuery * add tests for all topics fetchers --- tests/fixtures/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fixtures/index.ts') diff --git a/tests/fixtures/index.ts b/tests/fixtures/index.ts index abe49be..2ae0185 100644 --- a/tests/fixtures/index.ts +++ b/tests/fixtures/index.ts @@ -1,3 +1,4 @@ export * from './wp-comments.fixture'; export * from './wp-posts.fixture'; export * from './wp-thematics.fixture'; +export * from './wp-topics.fixture'; -- cgit v1.2.3