@nestjs/testing
Advanced tools
Comparing version 4.0.2 to 4.1.0
{ | ||
"name": "@nestjs/testing", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@testing)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
<p align="center"> | ||
<a href="http://nestjs.com/" target="blank"><img src="http://kamilmysliwiec.com/public/nest-logo.png" alt="Nest Logo" /></a> | ||
<a href="http://nestjs.com/" target="blank"><img src="http://kamilmysliwiec.com/public/nest-logo.png#1" alt="Nest Logo" /></a> | ||
</p> | ||
@@ -10,3 +10,3 @@ | ||
<p align="center">Modern, powerful web application framework for <a href="http://nodejs.org" target="blank">Node.js</a>.</p> | ||
<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"> | ||
@@ -18,3 +18,3 @@ <a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a> | ||
<a href="https://travis-ci.org/nestjs/nest"><img src="https://img.shields.io/travis/nestjs/nest/master.svg?label=linux" alt="Linux" /></a> | ||
<a href="https://coveralls.io/github/kamilmysliwiec/nest?branch=master"><img src="https://coveralls.io/repos/github/kamilmysliwiec/nest/badge.svg?branch=master" alt="Coverage Status" /></a> | ||
<a href="https://coveralls.io/github/nestjs/nest?branch=master"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#2" alt="Coverage" /></a> | ||
<a href="https://gitter.im/nestjs/nestjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge"><img src="https://badges.gitter.im/nestjs/nestjs.svg" alt="Gitter" /></a> | ||
@@ -29,3 +29,3 @@ <a href="https://opencollective.com/nest#backer"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a> | ||
<p>Nest is a framework for building efficient, scalable <a href="http://nodejs.org" target="_blank">Node.js</a> web applications. It uses modern JavaScript, is built with <a href="http://www.typescriptlang.org" target="_blank">TypeScript</a> and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).</p> | ||
<p>Nest is a framework for building efficient, scalable <a href="http://nodejs.org" target="_blank">Node.js</a> web applications. It uses modern JavaScript, is built with <a href="http://www.typescriptlang.org" target="_blank">TypeScript</a> (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).</p> | ||
<p>Under the hood, Nest makes use of <a href="https://expressjs.com/" target="_blank">Express</a>, allowing for easy use of the myriad third-party plugins which are available.</p> | ||
@@ -41,3 +41,3 @@ | ||
<ul> | ||
<li>Built with <a href="http://www.typescriptlang.org" target="_blank">TypeScript</a></li> | ||
<li>Built with <a href="http://www.typescriptlang.org" target="_blank">TypeScript</a> (compatible with pure JavaScript + <a href="http://babeljs.io/" target="_blank">Babel</a>)</li> | ||
<li><strong>Easy</strong> to learn - syntax similar to <a href="https://angular.io/" target="_blank">Angular</a></li> | ||
@@ -60,3 +60,3 @@ <li><strong>Familiar</strong> - based on well-known libraries (<a href="https://github.com/expressjs/express" target="_blank">Express</a> / <a href="https://github.com/socketio/socket.io" target="_blank">socket.io</a>)</li> | ||
```bash | ||
$ git clone https://github.com/kamilmysliwiec/nest-typescript-starter.git project | ||
$ git clone https://github.com/nestjs/typescript-starter.git project | ||
$ cd project | ||
@@ -67,2 +67,10 @@ $ npm install | ||
**Install the JavaScript (Babel) Starter Project with Git:** | ||
```bash | ||
$ git clone https://github.com/nestjs/javascript-starter.git project | ||
$ cd project | ||
$ npm install | ||
$ npm run start | ||
``` | ||
**Start a New Project from Scratch with NPM:** | ||
@@ -75,8 +83,8 @@ ```bash | ||
[Documentation & Tutorial](http://docs.nestjs.com) | ||
[Documentation & Tutorial](https://docs.nestjs.com) | ||
## People | ||
- Author - [Kamil Myśliwiec](http://kamilmysliwiec.com) | ||
- Website - [http://nestjs.com](http://nestjs.com/) | ||
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) | ||
- Website - [https://nestjs.com](https://nestjs.com/) | ||
@@ -83,0 +91,0 @@ ## Backers |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22081
122