From b0b27c43100bf4a7303174b9765c853d2f76f207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 19 Mar 2020 10:58:12 +0100 Subject: refactor: rename Deno.TestDefinition.skip to ignore (#4400) --- std/textproto/reader_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/textproto') diff --git a/std/textproto/reader_test.ts b/std/textproto/reader_test.ts index 2ceeb7eef..7aead064b 100644 --- a/std/textproto/reader_test.ts +++ b/std/textproto/reader_test.ts @@ -19,7 +19,7 @@ function reader(s: string): TextProtoReader { } test({ - skip: true, + ignore: true, name: "[textproto] Reader : DotBytes", async fn(): Promise { const _input = -- cgit v1.2.3