Skip to content Skip to sidebar Skip to footer
Showing posts with the label React Testing Library

Vs Code Imports Using The Require Syntax In React Test Cases

Little lately, I have found that my react project in the VS Code IDE is using require syntax in the… Read more Vs Code Imports Using The Require Syntax In React Test Cases

Mocking React Custom Hook

I need to mock useLogin hook, bacause it contains logic that throws an error. Later i will test it … Read more Mocking React Custom Hook