Fix verification tests types

This commit is contained in:
Alex Gleason 2022-07-06 12:11:39 -05:00
parent 882e4b2fda
commit 354395501e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ const TestableComponent = () => (
</Switch>
);
const renderComponent = (store) => render(
const renderComponent = (store: any) => render(
<TestableComponent />,
{},
store,
@ -22,7 +22,7 @@ const renderComponent = (store) => render(
);
describe('<Verification />', () => {
let store;
let store: any;
beforeEach(() => {
store = {

View file

@ -8,7 +8,7 @@ import { fireEvent, render, screen } from 'soapbox/jest/test-helpers';
import AgeVerification from '../age-verification';
describe('<AgeVerification />', () => {
let store;
let store: any;
beforeEach(() => {
store = {