From dae1ca7714ee6aa1ad7c2cd23f099201367d561f Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 30 Aug 2024 15:01:51 +0200 Subject: [PATCH] update comment --- src/useCallViewKeyboardShortcuts.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/useCallViewKeyboardShortcuts.test.tsx b/src/useCallViewKeyboardShortcuts.test.tsx index a3473cba..3c51df03 100644 --- a/src/useCallViewKeyboardShortcuts.test.tsx +++ b/src/useCallViewKeyboardShortcuts.test.tsx @@ -25,7 +25,7 @@ import { useCallViewKeyboardShortcuts } from "../src/useCallViewKeyboardShortcut // Test Explanation: // - The main objective is to test `useCallViewKeyboardShortcuts`. // The TestComponent just wraps a button around that hook. -// - We need to set userEvent to the `{document = window.document}` since we are testing the +// - We need to set `userEvent` to the `{document = window.document}` since we are testing the // `useCallViewKeyboardShortcuts` hook here. Which is listening to window. interface TestComponentProps {