diff --git a/package.json b/package.json index 56ab9c0551..b2e0df1bd5 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "test": "npm-run-all -p test:*", "test:client": "cd ./client && npm test && cd ../", "test:curriculum": "cd ./curriculum && npm test && cd ../", + "test-curriculum-full-output": "cd ./curriculum && npm run test:full-output", "test:curriculum-js": "jest --rootDir ./curriculum", "test:server": "cd ./api-server && npm test && cd ../", "test:tools": "jest ./tools",