@fcarrascosa/testing

0.1.0 • Public • Published

Testing

export default {
  title: 'Utils/Testing/Intro',
};

Description

fcarrascosa-testing is a package that includes a few testing utils that will make your life easier when testing the DOM.

Usage

Installation

In your project run

npm install @fcarrascosa/testing -D
import * as testUtils from '@fcarrascosa/testing';

//or

import { someUtil } from '@fcarrascosa/testing';

Using it

Further docs on how to test each functionality in the stories directory.

Readme

Keywords

none

Package Sidebar

Install

npm i @fcarrascosa/testing

Weekly Downloads

2

Version

0.1.0

License

ISC

Unpacked Size

1.93 kB

Total Files

4

Last publish

Collaborators

  • fcarrascosa