fix: remove unused import

This commit is contained in:
P. Reis 2025-03-25 18:22:51 -03:00
parent 7dc56f594b
commit cda5196007

View file

@ -7,7 +7,7 @@ import { assertEquals } from '@std/assert';
import { DittoPolyPg, TestDB } from '@ditto/db'; import { DittoPolyPg, TestDB } from '@ditto/db';
import { DittoConf } from '@ditto/conf'; import { DittoConf } from '@ditto/conf';
import { renderTransaction, type Transaction } from './views.ts'; import { renderTransaction } from './views.ts';
Deno.test('renderTransaction function is working', async () => { Deno.test('renderTransaction function is working', async () => {
const conf = new DittoConf(Deno.env); const conf = new DittoConf(Deno.env);