diff --git a/app.js b/app.js index 9e6904b7d7..ac39d1c4c5 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,11 @@ /* application specific logic */ +// Re-export jQuery +// FIXME: Remove this requirement from torture tests. +import $ from 'jquery'; + +window.$ = window.jQuery = $; + import '@matrix-org/olm'; import 'focus-visible';