Upgrade axios-mock-adapter

This commit is contained in:
Alex Gleason
2023-09-16 18:46:55 -05:00
parent 5ab87616c1
commit ecb7a0d825
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
import React from 'react';
import { __stub } from 'soapbox/api';
import { queryClient, render, screen, waitFor } from 'soapbox/jest/test-helpers';
import { queryClient, render, screen, waitFor } from '../../../../jest/test-helpers';
import TrendsPanel from '../trends-panel';
describe('<TrendsPanel />', () => {