mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
test: fix fixtures
This commit is contained in:
@@ -30,5 +30,6 @@
|
||||
(defn react-impl
|
||||
[f]
|
||||
(reset! react-impls/react react-test/react)
|
||||
(f)
|
||||
(reset! react-impls/react rum/react))
|
||||
(let [r (f)]
|
||||
(reset! react-impls/react rum/react)
|
||||
r))
|
||||
|
||||
Reference in New Issue
Block a user