mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-26 09:44:25 +01:00
refactor(events-db-test): resolve import specifier via the active import map
This commit is contained in:
@@ -4,7 +4,7 @@ import { assertEquals, assertRejects } from '@/deps-test.ts';
|
||||
import event0 from '~/fixtures/events/event-0.json' with { type: 'json' };
|
||||
import event1 from '~/fixtures/events/event-1.json' with { type: 'json' };
|
||||
|
||||
import { EventsDB } from './events-db.ts';
|
||||
import { EventsDB } from '@/storages/events-db.ts';
|
||||
|
||||
const eventsDB = new EventsDB(db);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user