Skip to content

Commit

Permalink
feat(controlledPasswordInput): moved the testfile to __tests__ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
emil-ep committed Nov 13, 2024
1 parent fd19088 commit db83e34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { fireEvent, render, screen } from '@testing-library/react';

import ControlledPasswordInput from './ControlledPasswordInput';
import ControlledPasswordInput from '../ControlledPasswordInput';
import React from 'react';

describe('ControlledPasswordInput Component', () => {
Expand Down

0 comments on commit db83e34

Please sign in to comment.