Merge branch 'master' into 6.0.0

This commit is contained in:
Kamil Mysliwiec 2019-03-16 20:11:34 +01:00 committed by GitHub
commit 8c0cfc98ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,7 @@ $ npm run start
$ npm run start:dev $ npm run start:dev
# production mode # production mode
npm run start:prod $ npm run start:prod
``` ```
## Test ## Test

View File

@ -5,7 +5,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.build.json", "build": "tsc -p tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "ts-node -r tsconfig-paths/register src/main.ts", "start": "ts-node -r tsconfig-paths/register src/main.ts",
"start:dev": "nodemon", "start:dev": "nodemon",
"start:debug": "nodemon --config nodemon-debug.json", "start:debug": "nodemon --config nodemon-debug.json",
@ -29,6 +29,7 @@
"rxjs": "^6.3.3" "rxjs": "^6.3.3"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/testing": "^5.4.0",
"@types/express": "^4.16.0", "@types/express": "^4.16.0",
"@types/jest": "^23.3.13", "@types/jest": "^23.3.13",
"@types/node": "^10.12.18", "@types/node": "^10.12.18",