mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 22:49:30 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
46f50aab16
@ -189,6 +189,7 @@
|
|||||||
:enable-token-shadow
|
:enable-token-shadow
|
||||||
:enable-inspect-styles
|
:enable-inspect-styles
|
||||||
:enable-feature-fdata-objects-map
|
:enable-feature-fdata-objects-map
|
||||||
|
:enable-feature-render-wasm
|
||||||
;; Temporary deactivated
|
;; Temporary deactivated
|
||||||
#_:enable-token-import-from-library])
|
#_:enable-token-import-from-library])
|
||||||
|
|
||||||
|
|||||||
@ -30,6 +30,10 @@
|
|||||||
(.exit js/process 0)
|
(.exit js/process 0)
|
||||||
(.exit js/process 1)))
|
(.exit js/process 1)))
|
||||||
|
|
||||||
|
;; FIXME: workaround, wasn is temporarily disabled for unit tests
|
||||||
|
(set! app.main.features/global-enabled-features
|
||||||
|
(disj app.main.features/global-enabled-features "render-wasm/v1"))
|
||||||
|
|
||||||
(defn init
|
(defn init
|
||||||
[]
|
[]
|
||||||
(t/run-tests
|
(t/run-tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user