bugfix: fix broken unit test example
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user