mirror of
https://github.com/penpot/penpot.git
synced 2025-03-20 19:51:23 -05:00
📎 Fix frontend tests.
This commit is contained in:
parent
a0d527f795
commit
0df219c3ad
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue