remove unneeded method
This commit is contained in:
parent
e7a9b61873
commit
2e124a8fd5
1 changed files with 1 additions and 2 deletions
|
|
@ -40,8 +40,7 @@ const mockMixin = {
|
|||
function setupMocks() {
|
||||
const mountOptions = getMountOptions({
|
||||
router: {
|
||||
navigate: jest.fn(),
|
||||
navigateBailout: jest.fn()
|
||||
navigate: jest.fn()
|
||||
},
|
||||
mixins: [mockMixin],
|
||||
global: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue