mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor(events-db-test): resolve import specifier via the active import map
This commit is contained in:
parent
fe6b42211c
commit
f9831ba74a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { assertEquals, assertRejects } from '@/deps-test.ts';
|
||||||
import event0 from '~/fixtures/events/event-0.json' with { type: 'json' };
|
import event0 from '~/fixtures/events/event-0.json' with { type: 'json' };
|
||||||
import event1 from '~/fixtures/events/event-1.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);
|
const eventsDB = new EventsDB(db);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue