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() {
|
function setupMocks() {
|
||||||
const mountOptions = getMountOptions({
|
const mountOptions = getMountOptions({
|
||||||
router: {
|
router: {
|
||||||
navigate: jest.fn(),
|
navigate: jest.fn()
|
||||||
navigateBailout: jest.fn()
|
|
||||||
},
|
},
|
||||||
mixins: [mockMixin],
|
mixins: [mockMixin],
|
||||||
global: {
|
global: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue