bugfix: fix broken unit test example

This commit is contained in:
Kamil Myśliwiec
2018-04-28 18:04:45 +02:00
parent 7b918538db
commit 52e1cc679a
4 changed files with 145 additions and 539 deletions
+2
View File
@@ -12,6 +12,7 @@
"start:hmr": "node dist/server",
"lint": "tslint -p tsconfig.json -c tslint.json",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:e2e": "jest --config ./test/jest-e2e.json",
"webpack": "webpack --config webpack.config.js"
@@ -22,6 +23,7 @@
"@nestjs/microservices": "^5.0.0",
"@nestjs/testing": "^5.0.0",
"@nestjs/websockets": "^5.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^5.5.6",
"typescript": "^2.6.2"
},