From bd22836d18af59d9972c15e278bf7a498a355ac5 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 27 Aug 2020 18:29:50 +0200 Subject: [PATCH] fix: add verbose output script to root --- package.json | 1 + 1 file changed, 1 insertion(+) 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",