chore: fix global error build

This commit is contained in:
Maulana Sodiqin
2025-04-03 12:31:16 +07:00
parent 9c7b8c1c63
commit f8f796e071
8 changed files with 72 additions and 44 deletions
@@ -1,7 +1,7 @@
import { render, screen } from '@testing-library/react';
import { InputField } from './input-field';
describe('InputForm Component', () => {
describe('InputField Component', () => {
it('renders correctly with disabled prop', () => {
render(<InputField label="Test Label" disabled={true} />);