From afe36f98beb32f25f29e980d3c7457da6baadbe2 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 21 Jan 2026 11:23:34 +0100 Subject: [PATCH] Fix --- docs/TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"