Skip to content

Commit

Permalink
Migrated TextField tests to @testing-library/react (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kestarumper authored Mar 29, 2024
1 parent 555cb98 commit 8b3f6f5
Show file tree
Hide file tree
Showing 17 changed files with 326 additions and 1,760 deletions.
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

0 comments on commit 8b3f6f5

Please sign in to comment.