diff --git a/common/src/app/common/flags.cljc b/common/src/app/common/flags.cljc index 96b6764616..23ef653592 100644 --- a/common/src/app/common/flags.cljc +++ b/common/src/app/common/flags.cljc @@ -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]) diff --git a/frontend/test/frontend_tests/runner.cljs b/frontend/test/frontend_tests/runner.cljs index fe5f5efdac..cc899c9ac8 100644 --- a/frontend/test/frontend_tests/runner.cljs +++ b/frontend/test/frontend_tests/runner.cljs @@ -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