Skip to content

Commit

Permalink
feature(classnames-test) updated comment on test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
pravton authored and marlonmarcello committed Oct 22, 2024
1 parent 55caa5c commit a0efba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Test = {
// passing undefined and expecting an empty string
expect(classnames(undefined)).toBe("")

// passing nested array + double nested array and expecting exact result "button"
// passing nested array + double nested array and expecting exact result "button active"
expect(classnames([["button"], [["active"]]])).toBe("button active")

// passing array + nested array and expecting exact result "button active"
Expand Down

0 comments on commit a0efba4

Please sign in to comment.