Created
September 2, 2021 13:52
-
-
Save albertBarsegyan/98fe2d153c54c63f15802eb6d746899e to your computer and use it in GitHub Desktop.
example.test.js imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react'; | |
| import { render, screen, waitFor } from '@testing-library/react'; | |
| import userEvent from '@testing-library/user-event'; | |
| import formTestConstants from '../../constants/formTest.constants'; | |
| import { CompanyForm } from '../../components/forms/CompanyForm/CompanyForm'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment