UNPKG

941 BMarkdownView Raw
1# yeoman-test [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
2> Test utilities for Yeoman generators
3
4## Installation
5
6```sh
7$ npm install --save-dev yeoman-test
8```
9
10## Usage
11
12[See our documentation](http://yeoman.io/authoring/testing.html)
13
14## License
15
16MIT © [The Yeoman Team](http://yeoman.io)
17
18
19[npm-image]: https://badge.fury.io/js/yeoman-test.svg
20[npm-url]: https://npmjs.org/package/yeoman-test
21[travis-image]: https://travis-ci.org/yeoman/yeoman-test.svg?branch=master
22[travis-url]: https://travis-ci.org/yeoman/yeoman-test
23[daviddm-image]: https://david-dm.org/yeoman/yeoman-test.svg?theme=shields.io
24[daviddm-url]: https://david-dm.org/yeoman/yeoman-test
25[coveralls-image]: https://coveralls.io/repos/yeoman/yeoman-test/badge.svg
26[coveralls-url]: https://coveralls.io/r/yeoman/yeoman-test