linting fix
This commit is contained in:
parent
d67b979de1
commit
a9c42b099e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import navigationScenarios from '@/router/router-constants/navigation-scenarios'
|
|||
import { createTestingPinia } from '@pinia/testing';
|
||||
import { useMainStore } from '@/store';
|
||||
|
||||
function getMountedComponent(mainInitialState = {}, initialData = {}) {
|
||||
function getMountedComponent(mainInitialState = {}) {
|
||||
const mountOptions = getMountOptions({
|
||||
router: {
|
||||
navigate: jest.fn()
|
||||
|
|
|
|||
Loading…
Reference in a new issue