Run Jest in verbose mode
This commit is contained in:
@@ -1726,7 +1726,7 @@
|
|||||||
"test:vscode-integration:activated-extension": "jest --projects test/vscode-tests/activated-extension",
|
"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:no-workspace": "jest --projects test/vscode-tests/no-workspace",
|
||||||
"test:vscode-integration:minimal-workspace": "jest --projects test/vscode-tests/minimal-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",
|
"update-vscode": "node ./node_modules/vscode/bin/install",
|
||||||
"format": "prettier --write **/*.{ts,tsx} && eslint . --ext .ts,.tsx --fix",
|
"format": "prettier --write **/*.{ts,tsx} && eslint . --ext .ts,.tsx --fix",
|
||||||
"lint": "eslint . --ext .js,.ts,.tsx --max-warnings=0",
|
"lint": "eslint . --ext .js,.ts,.tsx --max-warnings=0",
|
||||||
|
|||||||
Reference in New Issue
Block a user