Skip to content

Commit

Permalink
(#5) ajustando arquivo import
Browse files Browse the repository at this point in the history
  • Loading branch information
emysdias committed Sep 12, 2021
1 parent c5e420c commit 069e803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { render, screen, fireEvent } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
import LoginModal from '../../../../components/Modal/LoginModal/index';
import LoginModal from '../../../../components/Modal/LoginModal';

describe('LoginModal', () => {
it('renders nothing when not visible', () => {
Expand Down

0 comments on commit 069e803

Please sign in to comment.