You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: