@snups/rjsf-snapshot-tests
v6.0.0-beta.15.4
Published
A set of snapshot tests to be used for testing RJSF theme.
Readme
Table of Contents
About The Project
Package with snapshot test suits for testing themes for react-jsonschema-form.
Getting Started
Installation
npm install @snups/rjsf-snapshot-testsUsage
import { arrayTests } from '@snups/rjsf-snapshot-tests'; // OR
// import { formTests } from '@snups/rjsf-snapshot-tests';
// import { objectTests } from '@snups/rjsf-snapshot-tests';
import Form from '../src';
arrayTests(Form); // OR
// formTests(Form);
// objectTests(Form);Roadmap
See the general open issues.
Contributing
Read our contributors' guide to get started.
Contact
rjsf team: https://github.com/orgs/rjsf-team/people
GitHub repository: https://github.com/rjsf-team/react-jsonschema-form
