mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix typo in describe
This commit is contained in:
parent
2e53cfea0d
commit
5ec86bb053
@ -425,7 +425,7 @@ describe('CreationFormular', () => {
|
|||||||
expect(wrapper.emitted('remove-all-bookmark')).toBeTruthy()
|
expect(wrapper.emitted('remove-all-bookmark')).toBeTruthy()
|
||||||
})
|
})
|
||||||
|
|
||||||
it('emits toast dailed creations with two emails', () => {
|
it('emits toast failed creations with two emails', () => {
|
||||||
expect(wrapper.emitted('toast-failed-creations')).toEqual([
|
expect(wrapper.emitted('toast-failed-creations')).toEqual([
|
||||||
[['bob@baumeister.de', 'bibi@bloxberg.de']],
|
[['bob@baumeister.de', 'bibi@bloxberg.de']],
|
||||||
])
|
])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user