mirror of
https://github.com/penpot/penpot.git
synced 2026-03-20 09:23:47 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
@@ -189,6 +189,7 @@
|
||||
:enable-token-shadow
|
||||
:enable-inspect-styles
|
||||
:enable-feature-fdata-objects-map
|
||||
:enable-feature-render-wasm
|
||||
;; Temporary deactivated
|
||||
#_:enable-token-import-from-library])
|
||||
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
(.exit js/process 0)
|
||||
(.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
|
||||
[]
|
||||
(t/run-tests
|
||||
|
||||
Reference in New Issue
Block a user