diff options
Diffstat (limited to 'textproto/test.ts')
-rw-r--r-- | textproto/test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproto/test.ts b/textproto/test.ts index 71caddef9..bdb929369 100644 --- a/textproto/test.ts +++ b/textproto/test.ts @@ -6,7 +6,6 @@ import { append } from "./mod.ts"; import { assertEquals } from "../testing/asserts.ts"; import { test } from "../testing/mod.ts"; -import "./reader_test.ts"; test(async function textprotoAppend(): Promise<void> { const enc = new TextEncoder(); |