diff --git a/docs/TESTING.md b/docs/TESTING.md index f4a26fcb..fb13ff5c 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -263,7 +263,7 @@ describe('functionUnderTest', () => { When mocking modules it's important to verify what was returned if applicable, the amount of times said module was called and what it was called with. -```text +```tsx //functionFile.ts import { module as mockedDep } from "path/to/module"