From 8b4f2495dcc5b6e2cd58b00b55119b3fe30d38da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 30 Aug 2022 13:21:24 +0200 Subject: [PATCH] fixup! --- app.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app.js b/app.js index 9e6904b7d..ac39d1c4c 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';