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

5.24.9 • 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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.24.973latest

Version History

VersionDownloads (Last 7 Days)Published
5.24.973
5.24.84
5.24.71
5.24.52
5.24.42
5.24.30
5.24.22
5.24.11
5.24.00
5.23.21
5.23.11
5.23.00
5.22.41
5.22.32
5.22.21
5.22.11
5.22.02
5.21.20
5.21.11
5.21.00
5.20.11
6.0.0-alpha.019
5.20.02
5.19.41
5.19.30
5.19.20
5.19.11
5.19.00
5.18.61
5.18.50
5.18.42
5.18.311
5.18.21
5.18.10
5.18.00
5.17.10
5.17.01
5.16.10
5.16.02
5.15.11
5.15.01
5.14.30
5.14.21
5.14.10

Package Sidebar

Install

npm i @rjsf/snapshot-tests

Weekly Downloads

140

Version

5.24.9

License

Apache-2.0

Unpacked Size

89.6 kB

Total Files

15

Last publish

Collaborators

  • epicfaace
  • rjsf-bot