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() { 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: {