mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 00:37:42 +01:00
chore: fix typo (#2777)
* chore: update replaceElement.spec.js retuns -> returns * chore: update replaceElement.spec.js.snap retuns -> returns
This commit is contained in:
committed by
GitHub
parent
a1d17eedc9
commit
0801b89e4d
@@ -1,3 +1,3 @@
|
|||||||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
// 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"`;
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ describe('getClassNames', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('combineClassNames', () => {
|
describe('combineClassNames', () => {
|
||||||
it('should retuns a string of classNames', () => {
|
it('should returns a string of classNames', () => {
|
||||||
const arrayOfClassnames = [
|
const arrayOfClassnames = [
|
||||||
'item',
|
'item',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user