mirror of
https://github.com/mssoftjp/obsidian-voice-input.git
synced 2026-07-22 06:44:48 +00:00
10 lines
205 B
TypeScript
10 lines
205 B
TypeScript
// Jest setup file
|
|
import 'jest-environment-jsdom';
|
|
|
|
// Global test configuration
|
|
global.console = {
|
|
...console,
|
|
// Override console methods if needed for tests
|
|
};
|
|
|
|
// Mock implementations can go here
|