diff --git a/README.md b/README.md index 5ff68dc..a59ef92 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ npm run start $ npm run start:dev # production mode -npm run start:prod +$ npm run start:prod ``` ## Test diff --git a/package.json b/package.json index ea0d020..fe4d5f4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "scripts": { "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:dev": "nodemon", "start:debug": "nodemon --config nodemon-debug.json", @@ -29,6 +29,7 @@ "rxjs": "^6.3.3" }, "devDependencies": { + "@nestjs/testing": "^5.4.0", "@types/express": "^4.16.0", "@types/jest": "^23.3.13", "@types/node": "^10.12.18",