@monkvision/test-utils

5.0.21 • Public • Published

@monkvision/test-utils

This package exports various test utilities used for automated testing in the MonkJs project. This package is for internal use only and is not aimed to be used outside Monk SDK development.

Installation

To install the package, you can run the following command :

yarn add -D @monkvision/test-utils

Usage

This package is developed to be used with TypeScript Jest. This means that this package directly exports TypeScript code : no compilation is required, and you can simply import the utils you need using the following syntax :

import { ... } from '@monkvision/test-utils';

Available Utils

This package exports the following test utilities :

  • Useful expect test assertions (declared in the src/expects directory).
  • Useful dom test utils (declared in the src/dom.ts directory).

Readme

Keywords

none

Package Sidebar

Install

npm i @monkvision/test-utils

Weekly Downloads

127

Version

5.0.21

License

BSD-3-Clause-Clear

Unpacked Size

25 kB

Total Files

28

Last publish

Collaborators

  • raphaelmonk
  • leaks