UNPKG

typizator-test

Version:

Test utilities for the typizator library.

21 lines (11 loc) 844 B
# Runtime types and metadata schemas for Typescript ![Coverage](./badges/coverage.svg) [![npm version](https://badge.fury.io/js/typizator-test.svg)](https://badge.fury.io/js/typizator-test) [![Node version](https://img.shields.io/node/v/typizator-test.svg?style=flat)](https://nodejs.org/) ## Purpose Test utilities for the _[typizator](https://www.npmjs.com/package/typizator)_ library. You can organize your test data in simple tab- or space-separated tables... ## Installing ```Bash npm i typizator-test ``` ## Documentation and tests Nothing better than tests to show how the library works. Simply read [these tests](https://github.com/cvdsfif/typizator-test/blob/main/tests/index.test.ts) and you'll know how to use this. Tests are this library's purpose, so reading and understanding tests is really the right entry point... :)