mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 13:33:24 -08:00
add screen_name_ui to tests
This commit is contained in:
parent
09fe160e8b
commit
49aa10e1c0
1 changed files with 4 additions and 2 deletions
|
|
@ -31,13 +31,15 @@ const testGetters = {
|
|||
const localUser = {
|
||||
id: 100,
|
||||
is_local: true,
|
||||
screen_name: 'testUser'
|
||||
screen_name: 'testUser',
|
||||
screen_name_ui: 'testUser'
|
||||
}
|
||||
|
||||
const extUser = {
|
||||
id: 100,
|
||||
is_local: false,
|
||||
screen_name: 'testUser@test.instance'
|
||||
screen_name: 'testUser@test.instance',
|
||||
screen_name_ui: 'testUser@test.instance'
|
||||
}
|
||||
|
||||
const externalProfileStore = new Vuex.Store({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue