From 691850ec41d3daf1246334272ab6a3970059bff5 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Thu, 20 Jan 2022 13:03:52 +0800 Subject: [PATCH] fix: tests --- src/main/frontend/util.cljc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/frontend/util.cljc b/src/main/frontend/util.cljc index 38cb2210b..e412d70ac 100644 --- a/src/main/frontend/util.cljc +++ b/src/main/frontend/util.cljc @@ -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