You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple svelte-query test files were updated to import and render renamed fixture components: files previously importing *Example.svelte now import the same components without the Example suffix; only test imports and render() targets changed, test logic and assertions left intact.
Changes
Cohort / File(s)
Summary
Base component migration packages/svelte-query/tests/HydrationBoundary/HydrationBoundary.svelte.test.ts, packages/svelte-query/tests/QueryClientProvider/QueryClientProvider.svelte.test.ts, packages/svelte-query/tests/context/context.svelte.test.ts, packages/svelte-query/tests/useIsFetching/useIsFetching.svelte.test.ts, packages/svelte-query/tests/useIsMutating/useIsMutating.svelte.test.ts
Import and render Base.svelte (was BaseExample.svelte). No changes to test logic, timers, or assertions.
🐰✨ I hopped through tests with nimble paws,
Swapped "Example" names without a pause.
Base and Select now dance in rows,
Clean fixtures bloom where refactor goes. 🥕
The description follows the template with completed 🎯 Changes section listing all 17 file renames and import updates, completed ✅ Checklist with both items checked, and proper 🚀 Release Impact marking this as dev-only with no changeset needed.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check
✅ Passed
The title accurately describes the main change: renaming test component files by removing the 'Example' suffix and renaming 'QueryChild' to 'Child'.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches📝 Generate docstrings
Create stacked PR
Commit on current branch
🧪 Generate unit tests (beta)
Create PR with unit tests
Commit unit tests in branch test/svelte-query-remove-Example-suffix-from-test-components
Comment @coderabbitai help to get the list of available commands and usage tips.
sukvvon
changed the title
test(svelte-query): remove 'Example' suffix from test component file names
test(svelte-query): remove 'Example' suffix from test component file names and rename 'QueryChild' to 'Child'
Apr 13, 2026
sukvvon
deleted the
test/svelte-query-remove-Example-suffix-from-test-components
branch
April 13, 2026 14:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Changes
Examplesuffix from all 17 Svelte test component file namesBaseExample.svelte→Base.svelteSelectExample.svelte→Select.svelteIsRestoringExample.svelte→IsRestoring.svelteChangeClientExample.svelte→ChangeClient.svelteFailureExample.svelte→Failure.svelteResetExample.svelte→Reset.svelteSuccessExample.svelte→Success.svelteMultiExample.svelte→Multi.svelteQueryChild.sveltetoChild.sveltefor consistency withBase.svelteExamplesuffix is not a common convention in the Svelte ecosystem — test directories already provide sufficient context✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit