aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-11-28 17:49:26 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-28 18:04:24 +0100
commit29a1dec4de0aa7ba64ef068a83b1b8589fbc3ad0 (patch)
tree8db871542e878e9fdf589bccd1be7b5ed1378f72 /tests/fixtures/index.ts
parentf564d181bc428e25a02bf1d98c4449a6b3eb8e9e (diff)
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
Diffstat (limited to 'tests/fixtures/index.ts')
-rw-r--r--tests/fixtures/index.ts1
1 files changed, 1 insertions, 0 deletions
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';