From f564d181bc428e25a02bf1d98c4449a6b3eb8e9e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 28 Nov 2023 16:18:03 +0100 Subject: fix(services,types): make coherent Thematic type and query * some nodes was queried but missing in the Thematic type and vice versa, it is now fixed * add tests for all thematics 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 0c624c2..abe49be 100644 --- a/tests/fixtures/index.ts +++ b/tests/fixtures/index.ts @@ -1,2 +1,3 @@ export * from './wp-comments.fixture'; export * from './wp-posts.fixture'; +export * from './wp-thematics.fixture'; -- cgit v1.2.3