summaryrefslogtreecommitdiff
path: root/std/textproto/reader_test.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-03-19 10:58:12 +0100
committerGitHub <noreply@github.com>2020-03-19 10:58:12 +0100
commitb0b27c43100bf4a7303174b9765c853d2f76f207 (patch)
treef992aad22e4ca38221bad100d4dae52737ea98a3 /std/textproto/reader_test.ts
parent54d1f299dc774c695056f04cfe1013287b53b86a (diff)
refactor: rename Deno.TestDefinition.skip to ignore (#4400)
Diffstat (limited to 'std/textproto/reader_test.ts')
-rw-r--r--std/textproto/reader_test.ts2
1 files changed, 1 insertions, 1 deletions
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<void> {
const _input =