Skip to content

Commit

Permalink
Improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed Dec 17, 2024
1 parent 79256c4 commit 85db158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/tools/eslint-plugin-tsv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "tsc --build",
"test": "eslint --config dist/test/test.eslint.config.js test/test.yaml",
"test:contoso": "eslint --config dist/test/specification/eslint.config.js test/specification/contosowidgetmanager/Contoso.WidgetManager/tspconfig.yaml",
"test:top-level-folder-mixed-case": "eslint --config dist/test/specification/eslint.config.js test/specification/InvalidCase/Contoso.WidgetManager/tspconfig.yaml",
"test:all": "npm run build; npm run test; npm run test:contoso; npm run test:top-level-folder-mixed-case"
"test:not-kebab-case": "eslint --config dist/test/specification/eslint.config.js test/specification/Not-Kebab-Case/Not.KebabCase/tspconfig.yaml",
"test:all": "npm run build; npm run test; npm run test:contoso; npm run test:not-kebab-case"
},
"engines": {
"node": ">= 18.0.0"
Expand Down

0 comments on commit 85db158

Please sign in to comment.