Skip to content

Commit 1ce22df

Browse files
authored
Merge pull request #53 from pitch-io/drop-testing-library-react-hook
Drop deprecated @testing-library/react-hook
2 parents 6826956 + 1a91eeb commit 1ce22df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cljest/src/cljest/helpers/hooks.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(ns cljest.helpers.hooks
2-
(:require ["@testing-library/react-hooks" :as rhtl]))
2+
(:require ["@testing-library/react" :as rhtl]))
33

44
(defn render-hook
55
"Renders given `hook-fn`.

0 commit comments

Comments
 (0)