Skip to content

Commit f5a4ccc

Browse files
committed
test: standardize l10n mock in views/ResetPassword
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> (cherry picked from commit 64a5c52) Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a92b783 commit f5a4ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/views/ResetPassword.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*/
55

66
import { beforeEach, describe, expect, it, vi } from 'vitest'
7-
import { shallowMount } from '@vue/test-utils'
87
import { createL10nMock } from '../testHelpers/l10n.js'
8+
import { shallowMount } from '@vue/test-utils'
99
import ResetPassword from '../../views/ResetPassword.vue'
1010

1111
const {

0 commit comments

Comments
 (0)