|
1329 | 1329 | "test": "npm-run-all -p test:*", |
1330 | 1330 | "test:unit": "cross-env TZ=UTC LANG=en-US jest --projects test/unit-tests", |
1331 | 1331 | "test:view": "jest --projects src/view", |
1332 | | - "integration": "npm-run-all integration:*", |
1333 | | - "integration:activated-extension": "jest --projects test/vscode-tests/activated-extension", |
1334 | | - "integration:no-workspace": "jest --projects test/vscode-tests/no-workspace", |
1335 | | - "integration:minimal-workspace": "jest --projects test/vscode-tests/minimal-workspace", |
1336 | | - "cli-integration": "jest --projects test/vscode-tests/cli-integration", |
| 1332 | + "test:vscode-integration": "npm-run-all test:vscode-integration:*", |
| 1333 | + "test:vscode-integration:activated-extension": "jest --projects test/vscode-tests/activated-extension", |
| 1334 | + "test:vscode-integration:no-workspace": "jest --projects test/vscode-tests/no-workspace", |
| 1335 | + "test:vscode-integration:minimal-workspace": "jest --projects test/vscode-tests/minimal-workspace", |
| 1336 | + "test:cli-integration": "jest --projects test/vscode-tests/cli-integration", |
1337 | 1337 | "update-vscode": "node ./node_modules/vscode/bin/install", |
1338 | 1338 | "format": "prettier --write **/*.{ts,tsx} && eslint . --ext .ts,.tsx --fix", |
1339 | 1339 | "lint": "eslint . --ext .js,.ts,.tsx --max-warnings=0", |
|
0 commit comments