Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5060fa3

Browse files
f0sselclaude
andcommitted
fix: provide required QueryClient parameter to renderEditorPage
Fix TypeScript error by passing createTestQueryClient() to renderEditorPagefunction call in the registry link test, matching the pattern used byother tests in the file.🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parentcdea8c6 commit5060fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/src/pages/TemplateVersionEditorPage/TemplateVersionEditorPage.test.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ describe.each([
335335
);
336336

337337
test("displays registry link in template editor topbar",async()=>{
338-
renderEditorPage();
338+
renderEditorPage(createTestQueryClient());
339339
awaitwaitForLoaderToBeRemoved();
340340

341341
constregistryLink=screen.getByRole("link",{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp