mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: remove unused import
This commit is contained in:
parent
7dc56f594b
commit
cda5196007
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue