mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
adds eslint
This commit is contained in:

committed by
Geoff Seemueller

parent
9698fc6f3b
commit
02c3253343
@@ -1,7 +1,7 @@
|
||||
// Vitest setup file
|
||||
import '@testing-library/jest-dom';
|
||||
import { vi } from 'vitest';
|
||||
import React from 'react';
|
||||
import { vi } from 'vitest';
|
||||
|
||||
// Mock for framer-motion to avoid animation-related issues in tests
|
||||
// vi.mock('framer-motion', () => ({
|
||||
@@ -13,4 +13,4 @@ import React from 'react';
|
||||
vi.mock('../static-data/welcome_home_text', () => ({
|
||||
welcome_home_text: 'Welcome home text mock',
|
||||
welcome_home_tip: 'Welcome home tip mock',
|
||||
}));
|
||||
}));
|
||||
|
Reference in New Issue
Block a user