From fb749e8befb2dcdc266c2e8b7ef7c9001947143a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 27 Nov 2023 19:40:40 +0100 Subject: test(services): add tests for posts fetchers --- tests/fixtures/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/fixtures/index.ts (limited to 'tests/fixtures/index.ts') diff --git a/tests/fixtures/index.ts b/tests/fixtures/index.ts new file mode 100644 index 0000000..c2e1c04 --- /dev/null +++ b/tests/fixtures/index.ts @@ -0,0 +1 @@ +export * from './wp-posts.fixture'; -- cgit v1.2.3