Skip to content

Commit

Permalink
Move book delete button click test todo comment (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimurash committed Dec 9, 2024
1 parent 2245361 commit 510a233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/test/routes/home.books.bookId/route.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ describe('Book Detail Page', () => {
'Set-Cookie': expect.any(String),
},
});

// TODO: ログイン状態で削除ボタンをクリックした場合
});

// TODO: ログイン状態で削除ボタンをクリックした場合
});

describe('Book Detail', () => {
Expand Down

0 comments on commit 510a233

Please sign in to comment.