Skip to content

Commit

Permalink
dasd
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi committed Jan 16, 2024
1 parent 493eee4 commit 965be44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/specs/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ import { RootState } from 'modules/common/types'
import { initTestStore } from 'modules/common/store'
import { ConnectedRouter } from 'connected-react-router'

const allTranslations = mergeTranslations(
flatten(en) as unknown as Record<string, string>,
flatten(locales.en) as unknown as Record<string, string>
)
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
const allTranslations = mergeTranslations(flatten(en) as unknown as Record<string, string>, flatten(locales.en))

export function renderWithProviders(
component: JSX.Element,
Expand Down

0 comments on commit 965be44

Please sign in to comment.