chore: fix typo (#2777)

* chore: update replaceElement.spec.js

retuns -> returns

* chore: update replaceElement.spec.js.snap

retuns -> returns
This commit is contained in:
Ikko Eltociear Ashimine
2025-02-07 23:29:29 +09:00
committed by GitHub
parent a1d17eedc9
commit 0801b89e4d
2 changed files with 2 additions and 2 deletions

View File

@@ -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"`;

View File

@@ -43,7 +43,7 @@ describe('getClassNames', () => {
});
describe('combineClassNames', () => {
it('should retuns a string of classNames', () => {
it('should returns a string of classNames', () => {
const arrayOfClassnames = [
'item',
{