mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix type in describe block
This commit is contained in:
parent
8182340175
commit
aa27f02d46
@ -49,7 +49,7 @@ describe('UserCard_Newsletter', () => {
|
||||
expect(wrapper.find('.Test-BFormCheckbox').exists()).toBeTruthy()
|
||||
})
|
||||
|
||||
describe('unsubscribe with sucess', () => {
|
||||
describe('unsubscribe with success', () => {
|
||||
beforeEach(async () => {
|
||||
await wrapper.setData({ newsletterState: false })
|
||||
mockAPIcall.mockResolvedValue({
|
||||
@ -78,7 +78,7 @@ describe('UserCard_Newsletter', () => {
|
||||
})
|
||||
})
|
||||
|
||||
describe('subscribe with sucess', () => {
|
||||
describe('subscribe with success', () => {
|
||||
beforeEach(async () => {
|
||||
await wrapper.setData({ newsletterState: true })
|
||||
mockAPIcall.mockResolvedValue({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user