main.js 71 B

12345
  1. jest.mock('@/main', () => {
  2. return {
  3. state: { data: {} },
  4. }
  5. })