@lonli-lokli/dynamic-forms-snapshot-tests
v6.0.0-gamma9.0
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 @lonli-lokli/dynamic-forms-snapshot-testsUsage
import { arrayTests } from '@lonli-lokli/dynamic-forms-snapshot-tests'; // OR
// import { formTests } from '@lonli-lokli/dynamic-forms-snapshot-tests';
// import { objectTests } from '@lonli-lokli/dynamic-forms-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
