feat: Run server tests from project root test command

pull/34531/head
Bouncey 2018-11-30 14:29:29 +00:00 committed by mrugesh mohapatra
parent 438bd94895
commit f4d1f9eec3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"test:client": "cd ./client && npm test && cd ../",
"test:curriculum": "cd ./curriculum && npm test && cd ../",
"test:guide-directories": "node ./tools/scripts/ci/ensure-guide-page-naming.js",
"test:server": "echo 'Warning: TODO - Define Testing.'",
"test:server": "cd ./api-server && npm test && cd ../",
"test:tools": "jest ./tools"
},
"devDependencies": {