linting fix

This commit is contained in:
Katie Kroell 2023-10-12 14:25:48 -04:00
parent d67b979de1
commit a9c42b099e

View file

@ -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()