Skip to content

Commit

Permalink
small change to make tsc pass
Browse files Browse the repository at this point in the history
  • Loading branch information
forrest57 committed Jan 23, 2024
1 parent fd0667f commit 619b3f5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ import { GlobalState } from "../../../../store/reducers/types";
import { PayloadForAction } from "../../../../types/utils";
import { renderScreenWithNavigationStoreContext } from "../../../../utils/testWrapper";
import TransactionErrorScreen from "../TransactionErrorScreen";
// this is required for TSC, since apparently
// it does not update the typedef unless it is actually
// imported in a test (or a global.d) and not in the jest global config
import "@testing-library/jest-native/extend-expect";

const rptId = {
organizationFiscalCode: "00000000005",
Expand Down

0 comments on commit 619b3f5

Please sign in to comment.