lukeed / clsx

A tiny (239B) utility for constructing `className` strings conditionally.
MIT License
8.28k stars 143 forks source link

tests: test string variadic group w/ actual variable string args #30

Closed gingerrific closed 3 years ago

gingerrific commented 3 years ago

I noticed that the strings (variadic) section of the tests were actually redundant with the single argument tests. I updated them to include variable numbers of string args.

gingerrific commented 3 years ago

@lukeed haha, good fix :) I was apparently a little too excited to help