fix: tests

pull/3954/head
Tienson Qin 2022-01-20 13:03:52 +08:00
parent 723a202faa
commit 691850ec41
1 changed files with 4 additions and 3 deletions

View File

@ -343,9 +343,10 @@
(nth c i)))
#?(:cljs
(extend-type js/NodeList
ISeqable
(-seq [array] (array-seq array 0))))
(when-not node-test?
(extend-type js/NodeList
ISeqable
(-seq [array] (array-seq array 0)))))
;; Caret
#?(:cljs