Skip to content

Commit

Permalink
chore: update replaceElement.spec.js.snap
Browse files Browse the repository at this point in the history
retuns -> returns
  • Loading branch information
eltociear authored Feb 6, 2025
1 parent 14cf829 commit df0908d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`combineClassNames > should retuns a string of classNames 1`] = `"item item1 item2 item3 item4 item5 item6 item7 item8 item9"`;
exports[`combineClassNames > should returns a string of classNames 1`] = `"item item1 item2 item3 item4 item5 item6 item7 item8 item9"`;

0 comments on commit df0908d

Please sign in to comment.