diff --git a/__tests__/components/Modals/Unlock/UnlockModal.test.tsx b/__tests__/components/Modals/Unlock/UnlockModal.test.tsx new file mode 100644 index 00000000..6bb51cc8 --- /dev/null +++ b/__tests__/components/Modals/Unlock/UnlockModal.test.tsx @@ -0,0 +1,66 @@ +import { render } from '@testing-library/react' + +import Modal from 'components/Modal' +import UnlockModal from 'components/Modals/Unlock/UnlockModal' +import { TESTNET_VAULTS } from 'constants/vaults' +import useStore from 'store' +import { BN } from 'utils/helpers' + +jest.mock('components/Modal') +const mockedModal = jest.mocked(Modal).mockImplementation(() =>