From 4ce2a321c8da5326901316a5787f0968dbb7b3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 15 Aug 2019 02:04:56 +0200 Subject: feat: test runner (denoland/deno_std#516) Original: https://github.com/denoland/deno_std/commit/c44e5367bfd08d7a69adfa3434c00991509c4a67 --- textproto/test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'textproto') 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 { const enc = new TextEncoder(); -- cgit v1.2.3