From adcc7bdc4bec3567bcd768f745f3b2f86208f11d Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sun, 17 Dec 2017 12:36:31 -0500 Subject: [PATCH] Added testing instructions to readme. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36d569a..140a9ca 100644 --- a/README.md +++ b/README.md @@ -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 - +

A progressive Node.js framework for building efficient and scalable web applications.

NPM Version @@ -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)