fix: corregir import '../../../src/db' en el test

Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
main
brobert 1 month ago
parent e315899728
commit e6c7e6e61e

@ -1,6 +1,6 @@
import { describe, it, beforeEach, expect } from 'bun:test'; import { describe, it, beforeEach, expect } from 'bun:test';
import { Database } from 'bun:sqlite'; import { Database } from 'bun:sqlite';
import { initializeDatabase } from '../../../src/db']; import { initializeDatabase } from '../../../src/db';
import { CommandService } from '../../../src/services/command'; import { CommandService } from '../../../src/services/command';
import { setDb } from '../../../src/db/locator'; import { setDb } from '../../../src/db/locator';

Loading…
Cancel
Save