mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove last fragments of session ID
This commit is contained in:
parent
235eefad3a
commit
cc12591b38
@ -8,11 +8,6 @@ describe('GddSend', () => {
|
|||||||
|
|
||||||
const mocks = {
|
const mocks = {
|
||||||
$t: jest.fn((t) => t),
|
$t: jest.fn((t) => t),
|
||||||
$store: {
|
|
||||||
state: {
|
|
||||||
sessionId: 1234,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
$i18n: {
|
$i18n: {
|
||||||
locale: jest.fn(() => 'en'),
|
locale: jest.fn(() => 'en'),
|
||||||
},
|
},
|
||||||
|
|||||||
@ -13,11 +13,6 @@ describe('UserProfileTransactionList', () => {
|
|||||||
$i18n: {
|
$i18n: {
|
||||||
locale: jest.fn(() => 'en'),
|
locale: jest.fn(() => 'en'),
|
||||||
},
|
},
|
||||||
$store: {
|
|
||||||
state: {
|
|
||||||
sessionId: 1,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const stubs = {
|
const stubs = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user