A set of snapshot tests to be used for testing RJSF themes.
Explore the docs »
View Playground
·
Report Bug
·
Request Feature
Package with snapshot test suits for testing themes for react-jsonschema-form
.
npm install @rjsf/snapshot-tests
import { arrayTests } from '@rjsf/snapshot-tests'; // OR
// import { formTests } from '@rjsf/snapshot-tests';
// import { objectTests } from '@rjsf/snapshot-tests';
import Form from '../src';
arrayTests(Form); // OR
// formTests(Form);
// objectTests(Form);
See the general open issues.
Read our contributors' guide to get started.
rjsf team: https://github.com/orgs/rjsf-team/people
GitHub repository: https://github.com/rjsf-team/react-jsonschema-form