diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-11-28 15:48:25 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-28 18:04:24 +0100 |
| commit | 180134883b281883246fc9909b1d494363861144 (patch) | |
| tree | bf108c3c2961616c9af808b9810345fc6cd23ffe /tests/fixtures/index.ts | |
| parent | fb749e8befb2dcdc266c2e8b7ef7c9001947143a (diff) | |
test(services): add tests for comments list fetcher
Diffstat (limited to 'tests/fixtures/index.ts')
| -rw-r--r-- | tests/fixtures/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixtures/index.ts b/tests/fixtures/index.ts index c2e1c04..0c624c2 100644 --- a/tests/fixtures/index.ts +++ b/tests/fixtures/index.ts @@ -1 +1,2 @@ +export * from './wp-comments.fixture'; export * from './wp-posts.fixture'; |
