@rjsf/snapshot-tests
TypeScript icon, indicating that this package has built-in type declarations

5.18.4 • Public • Published

Build Status npm npm downloads Contributors Apache 2.0 License


Logo

@rjsf/snapshot-tests

A set of snapshot tests to be used for testing RJSF themes.
Explore the docs »

View Playground · Report Bug · Request Feature

Table of Contents

About The Project

Package with snapshot test suits for testing themes for react-jsonschema-form.

Getting Started

Installation

npm install @rjsf/snapshot-tests

Usage

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);

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

Readme

Keywords

Package Sidebar

Install

npm i @rjsf/snapshot-tests

Weekly Downloads

77

Version

5.18.4

License

Apache-2.0

Unpacked Size

85.6 kB

Total Files

15

Last publish

Collaborators

  • epicfaace
  • rjsf-bot