mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
refactor: rename Deno.TestDefinition.skip to ignore (#4400)
This commit is contained in:
parent
54d1f299dc
commit
b0b27c4310
23 changed files with 82 additions and 83 deletions
|
@ -19,7 +19,7 @@ function reader(s: string): TextProtoReader {
|
|||
}
|
||||
|
||||
test({
|
||||
skip: true,
|
||||
ignore: true,
|
||||
name: "[textproto] Reader : DotBytes",
|
||||
async fn(): Promise<void> {
|
||||
const _input =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue