This commit is contained in:
Justin 2022-08-10 14:45:58 -04:00
parent 6c03b6ddd3
commit 22294b8a6e

View file

@ -2,10 +2,14 @@ import React from 'react';
import { __stub } from 'soapbox/api';
import { render, screen, waitFor } from '../../../../jest/test-helpers';
import { queryClient, render, screen, waitFor } from '../../../../jest/test-helpers';
import TrendsPanel from '../trends-panel';
describe('<TrendsPanel />', () => {
beforeEach(() => {
queryClient.clear();
});
describe('with hashtags', () => {
beforeEach(() => {
__stub((mock) => {