🐛 Fix failing test

This commit is contained in:
alonso.torres 2026-06-15 12:54:36 +02:00 committed by Eva Marco
parent 21cad83b2a
commit 2be58d6373

View File

@ -190,7 +190,6 @@
(t/testing " - blur"
(set! (.-blur shape) #js {:value 10})
(t/is (= (-> (. shape -blur) (aget "type")) "layer-blur"))
(t/is (= (-> (. shape -blur) (aget "value")) 10))
(t/is (= (-> (. shape -blur) (aget "hidden")) false))
(let [id (-> (. shape -blur) (aget "id") uuid/uuid)]