mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 07:48:21 +02:00
🐛 Fix features handling on viewer
This commit is contained in:
parent
ef9c95a0a6
commit
2e927d5640
5 changed files with 24 additions and 12 deletions
|
@ -33,7 +33,10 @@
|
|||
}]
|
||||
|
||||
(binding [cond/*enabled* true]
|
||||
(let [{:keys [error result]} (th/command! params)]
|
||||
(let [{:keys [error result] :as out} (th/command! params)]
|
||||
;; NOTE: Fails on print because fipps used for pretty print
|
||||
;; tries to load pointers
|
||||
;; (th/print-result! out)
|
||||
(t/is (nil? error))
|
||||
(t/is (map? result))
|
||||
(t/is (contains? (meta result) :app.http/headers))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue