Merge pull request #5217 from Ocelot-Social-Community/5216-fix-test-description-from-enter-nonce-to-change-password

fix: 🍰 Fix Test Description From `enter-nonce.vue` To `change-password`
This commit is contained in:
Wolfgang Huß 2022-08-29 09:16:17 +02:00 committed by GitHub
commit 81b763c732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
import { mount } from '@vue/test-utils'
import changePassword from './change-password.vue'
import changePassword from './change-password'
const localVue = global.localVue
describe('enter-nonce.vue', () => {
describe('change-password', () => {
let wrapper
let mocks