popovers: Fix giphy being mocked but not used.

While running test for `popovers.js` we get warning that `giphy` is
mocked but never used.
This bug was introduced in #25676.
This commit is contained in:
Lalit 2023-07-06 21:58:59 +05:30 committed by Tim Abbott
parent 1808cdec90
commit 3b270ed159
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ const rows = mock_esm("../src/rows");
mock_esm("../src/emoji_picker", {
hide_emoji_popover: noop,
});
mock_esm("../src/giphy", {
hide_giphy_popover: noop,
});
const message_lists = mock_esm("../src/message_lists", {
current: {
view: {