0.1.0 • Published 5 years ago

@fcarrascosa/testing v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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.