Added testing instructions to readme.

This commit is contained in:
Brandon Taylor 2017-12-17 12:36:31 -05:00
parent 28f8258864
commit adcc7bdc4b
1 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,7 @@
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable web applications. </p>
<p align="center">
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/cqrs.svg" alt="NPM Version" /></a>
@ -24,8 +24,8 @@
## Description
[Nest](https://github.com/nestjs/nest) framework **TypeScript** starter repository.
[Nest](https://github.com/nestjs/nest) framework **TypeScript** starter repository.
## Installation
```bash
@ -38,6 +38,12 @@ $ npm install
$ npm run start
```
## Test
```
$ npm run test
```
## People
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)