0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-21 04:01:24 -05:00

📎 Fix frontend tests.

This commit is contained in:
Andrey Antukh 2021-12-10 09:46:19 +01:00 committed by Andrés Moya
parent a0d527f795
commit 0df219c3ad

View file

@ -8,7 +8,7 @@
(t/deftest test-parser-inst
(t/testing "Evaluate an empty string"
(let [result (sm/expr-eval "" 999)]
(t/is (= result 0))))
(t/is (= result nil))))
(t/testing "Evaluate a single number"
(let [result (sm/expr-eval "10" 999)]