import * as React from "react"; import { render, screen, fireEvent, cleanup } from "@testing-library/react"; describe(" Tests", () => { test.skip(`Events - Should render in the dom`, () => {}) test.skip(`Rendering - Should call the appropriate API when the handleVerify method is called`, () => {}) test.skip(`Rendering - Should navigate to the 'forgot password' page when the handleForgotPassword method is called`, () => {}) test.skip(`Rendering - Should call the appropriate API when the handleValidate method is called`, () => {}) });