Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrated TextField tests to @testing-library/react #1298

Merged
merged 11 commits into from
Mar 29, 2024
193 changes: 0 additions & 193 deletions packages/uniforms-antd/__tests__/TextField.tsx

This file was deleted.

189 changes: 0 additions & 189 deletions packages/uniforms-bootstrap3/__tests__/TextField.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion packages/uniforms-bootstrap3/__tests__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('@RTL', () => {
suites.testQuickForm(theme.QuickForm);
suites.testRadioField(theme.RadioField);
suites.testSubmitField(theme.SubmitField);
suites.testTextField(theme.TextField);
suites.testTextField(theme.TextField, { testWrapClassName: true });
suites.testValidatedForm(theme.ValidatedForm);
suites.testValidatedQuickForm(theme.ValidatedQuickForm);
});
Loading
Loading