From 9f077b0810260ba3b2f8b43e0a92a73711cb26ad Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Thu, 29 Jun 2023 15:14:48 -0400 Subject: [PATCH] Run Jest in verbose mode --- extensions/ql-vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 0cde88850..46a60ee3b 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -1726,7 +1726,7 @@ "test:vscode-integration:activated-extension": "jest --projects test/vscode-tests/activated-extension", "test:vscode-integration:no-workspace": "jest --projects test/vscode-tests/no-workspace", "test:vscode-integration:minimal-workspace": "jest --projects test/vscode-tests/minimal-workspace", - "test:cli-integration": "jest --projects test/vscode-tests/cli-integration", + "test:cli-integration": "jest --projects test/vscode-tests/cli-integration --verbose", "update-vscode": "node ./node_modules/vscode/bin/install", "format": "prettier --write **/*.{ts,tsx} && eslint . --ext .ts,.tsx --fix", "lint": "eslint . --ext .js,.ts,.tsx --max-warnings=0",