Remove unnecessary dependency on @testing-library/react-hooks (#2926)

This commit is contained in:
Hugh Nimmo-Smith
2025-01-07 15:18:45 +00:00
committed by GitHub
parent 698a38a265
commit 939aaa39eb
3 changed files with 1 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
*/
import { renderHook } from "@testing-library/react-hooks";
import { renderHook } from "@testing-library/react";
import {
afterEach,
beforeEach,