mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix: location map box USA
This commit is contained in:
parent
1b268b4891
commit
6a68bb8f83
@ -51,8 +51,8 @@ const newlyCreatedNodesWithLocales = [
|
||||
country: {
|
||||
id: expect.stringContaining('country'),
|
||||
type: 'country',
|
||||
name: 'United States',
|
||||
nameEN: 'United States',
|
||||
name: 'United States of America',
|
||||
nameEN: 'United States of America',
|
||||
nameDE: 'Vereinigte Staaten',
|
||||
namePT: 'Estados Unidos',
|
||||
nameES: 'Estados Unidos',
|
||||
|
||||
@ -3,11 +3,13 @@ import Vuex from 'vuex'
|
||||
import DeleteUserModal from './DeleteUserModal.vue'
|
||||
const localVue = global.localVue
|
||||
config.stubs['sweetalert-icon'] = '<span><slot /></span>'
|
||||
config.stubs['nuxt-link'] = '<span><slot /></span>'
|
||||
|
||||
localVue.use(DeleteUserModal)
|
||||
|
||||
const getters = {
|
||||
'auth/isAdmin': () => true,
|
||||
'auth/isModerator': () => false
|
||||
}
|
||||
|
||||
describe('DeleteUserModal.vue', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user