feat: add variants toggle (#6325)

Co-authored-by: Github Action <action@github.com>
This commit is contained in:
Aiden Cline 2025-12-29 19:43:50 -08:00 committed by GitHub
commit ed0c0d90be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 339 additions and 52 deletions

View file

@ -2,5 +2,6 @@ preload = ["@opentui/solid/preload"]
[test]
preload = ["./test/preload.ts"]
timeout = 10000 # 10 seconds (default is 5000ms)
# Enable code coverage
coverage = true