remove unneeded method

This commit is contained in:
Katie Kroell 2026-03-10 13:12:55 -04:00
parent e7a9b61873
commit 2e124a8fd5

View file

@ -40,8 +40,7 @@ const mockMixin = {
function setupMocks() {
const mountOptions = getMountOptions({
router: {
navigate: jest.fn(),
navigateBailout: jest.fn()
navigate: jest.fn()
},
mixins: [mockMixin],
global: {