Skip to content

Commit 81f2cc8

Browse files
committed
Remove e2e scripts
1 parent b02de1e commit 81f2cc8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

eng/tools/eslint-plugin-tsv/package.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,17 @@
1313
"@types/node": "^18.19.31",
1414
"@vitest/coverage-v8": "^2.0.4",
1515
"eslint": "^9.17.0",
16-
"memfs":"^4.15.0",
16+
"memfs": "^4.15.0",
1717
"rimraf": "^5.0.10",
1818
"typescript": "~5.6.2",
1919
"vitest": "^2.0.4"
2020
},
2121
"scripts": {
2222
"build": "tsc --build",
23+
"cbt": "npm run clean && npm run build && npm run test:ci",
2324
"clean": "rimraf ./dist ./temp",
2425
"test": "vitest",
25-
"test:ci": "vitest run --coverage --reporter=verbose",
26-
"test:e2e": "npm run clean && npm run build && npm run test:e2e:all",
27-
"test:e2e:all": "npm run test:e2e:contoso && npm run test:e2e:not-kebab-case-disabled && npm run test:e2e:not-kebab-case",
28-
"test:e2e:contoso": "eslint --config dist/test/e2e/specification/eslint.config.js test/e2e/specification/contosowidgetmanager/Contoso.WidgetManager/tspconfig.yaml",
29-
"test:e2e:not-kebab-case-disabled": "eslint --config dist/test/e2e/specification/eslint.config.js test/e2e/specification/Not-Kebab-Case-Disabled/Not.KebabCase/tspconfig.yaml",
30-
"test:e2e:not-kebab-case": "eslint --config dist/test/e2e/specification/eslint.config.js test/e2e/specification/Not-Kebab-Case/Not.KebabCase/tspconfig.yaml",
31-
"test:all": "npm run clean && npm run build && npm run test:ci && npm run test:e2e:all"
26+
"test:ci": "vitest run --coverage --reporter=verbose"
3227
},
3328
"engines": {
3429
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)