refactor: rename Deno.TestDefinition.skip to ignore (#4400)

This commit is contained in:
Bartek Iwańczuk 2020-03-19 10:58:12 +01:00 committed by GitHub
parent 54d1f299dc
commit b0b27c4310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 82 additions and 83 deletions

View file

@ -19,7 +19,7 @@ function reader(s: string): TextProtoReader {
}
test({
skip: true,
ignore: true,
name: "[textproto] Reader : DotBytes",
async fn(): Promise<void> {
const _input =