vazco / uniforms

A React library for building forms from any schema.
https://uniforms.tools
MIT License
1.93k stars 239 forks source link

Remove deprecated/duplicated tests #1313

Closed piotrpospiech closed 3 months ago

piotrpospiech commented 3 months ago

This removes deprecated tests that are duplicated in the __suites__ directory. Mainly AntD and Semantic UI tests for SelectField (also tests that are skipped in the suites skipTestIf(options?.theme === 'antd')). It also removes unused test utils for enzyme tests (_createContext and _createSchema files).