feat: Run server tests from project root test command
This commit is contained in:
committed by
mrugesh mohapatra
parent
438bd94895
commit
f4d1f9eec3
@ -19,7 +19,7 @@
|
|||||||
"test:client": "cd ./client && npm test && cd ../",
|
"test:client": "cd ./client && npm test && cd ../",
|
||||||
"test:curriculum": "cd ./curriculum && npm test && cd ../",
|
"test:curriculum": "cd ./curriculum && npm test && cd ../",
|
||||||
"test:guide-directories": "node ./tools/scripts/ci/ensure-guide-page-naming.js",
|
"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"
|
"test:tools": "jest ./tools"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Reference in New Issue
Block a user