UNPKG

ptz-assert

Version:

ptz-assert is an assertion library for creating less verbose tests that wrappers npm assert

47 lines (33 loc) 1.19 kB
# ptz-assert [![Build Status](https://travis-ci.org/polutz/ptz-assert.svg)](https://travis-ci.org/polutz/ptz-assert) [![NPM](https://img.shields.io/npm/v/ptz-assert.svg)](https://www.npmjs.com/package/ptz-assert) [![codecov.io](http://codecov.io/github/polutz/ptz-assert/coverage.svg)](http://codecov.io/github/polutz/ptz-assert) [![Dependency Status](https://gemnasium.com/polutz/ptz-assert.svg)](https://gemnasium.com/polutz/ptz-assert) [![bitHound Score](https://www.bithound.io/github/gotwarlost/istanbul/badges/score.svg)](https://www.bithound.io/github/polutz/ptz-assert) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) ## Traduções [pt-br](https://github.com/polutz/ptz-assert/blob/master/README.pt-br.md) [en-us](https://github.com/polutz/ptz-assert/blob/master/README.md) ptz-assert é um módulo Polutz. ## Como usar ### Instalação ``` npm install --save ptz-assert ``` ### Como usar ``` import from ptz-assert; ``` ## Contribuir com o projeto ### NPM Global packages ``` npm install -g ts-node babel-cli ``` ### Instalação ``` npm install ``` ### Teste ``` npm test ```