/* eslint-disable no-undef */ vi.mock('./path') test('failed', () => { expect(1).toBe(2) })