Framework-agnostic extension of `@morpho-org/blue-sdk` that exports test fixtures useful for E2E tests on forks.
npm install @morpho-org/morpho-testFramework-agnostic extension of @morpho-org/blue-sdk that exports test fixtures useful for E2E tests on forks.
``bash`
npm install @morpho-org/morpho-test
`bash`
yarn add @morpho-org/morpho-test
`typescript
import { ChainId } from "@morpho-org/blue-sdk";
import { markets } from "@morpho-org/morpho-test";
const { usdc_wstEth, usdc_idle, eth_wstEth } = markets[ChainId.EthMainnet];
``
See more on its internal usage for E2E tests here.