chore: Update specs and warnings in console (#7467)
This commit is contained in:
@@ -8,11 +8,9 @@ describe('AddReminder', () => {
|
||||
wrapper = shallowMount(AddReminder, {
|
||||
mocks: {
|
||||
$t: x => x,
|
||||
$store: {
|
||||
getters: {},
|
||||
state: {},
|
||||
},
|
||||
$store: { getters: {}, state: {} },
|
||||
},
|
||||
stubs: { WootButton: { template: '<button />' } },
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user