Skip to content

Instantly share code, notes, and snippets.

@albertBarsegyan
Created September 2, 2021 13:52
Show Gist options
  • Save albertBarsegyan/98fe2d153c54c63f15802eb6d746899e to your computer and use it in GitHub Desktop.
Save albertBarsegyan/98fe2d153c54c63f15802eb6d746899e to your computer and use it in GitHub Desktop.
example.test.js imports
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