mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 12:58:55 +00:00
📎 Fix frontend tests.
This commit is contained in:
parent
a0d527f795
commit
0df219c3ad
@ -8,7 +8,7 @@
|
|||||||
(t/deftest test-parser-inst
|
(t/deftest test-parser-inst
|
||||||
(t/testing "Evaluate an empty string"
|
(t/testing "Evaluate an empty string"
|
||||||
(let [result (sm/expr-eval "" 999)]
|
(let [result (sm/expr-eval "" 999)]
|
||||||
(t/is (= result 0))))
|
(t/is (= result nil))))
|
||||||
|
|
||||||
(t/testing "Evaluate a single number"
|
(t/testing "Evaluate a single number"
|
||||||
(let [result (sm/expr-eval "10" 999)]
|
(let [result (sm/expr-eval "10" 999)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user