Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TypeSpecValidation] Consider migrating implementation to vitest #31224

Open
mikeharder opened this issue Oct 25, 2024 · 0 comments
Open

[TypeSpecValidation] Consider migrating implementation to vitest #31224

mikeharder opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@mikeharder
Copy link
Member

TSV runs a set of rules, ideally in parallel, and tries to present the results nicely to the user. Instead of implementing this from scratch, perhaps we could port the existing rule business logic to a platform like vitest, where each rule would become a test, and the spec to validate would be passed in via CLI arg or env var.

@mikeharder mikeharder self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant