mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
tests: re-enable wpt/webappapis/timers (#9489)
This commit is contained in:
parent
b50691efed
commit
a2adecbba6
1 changed files with 9 additions and 1 deletions
|
@ -1041,10 +1041,18 @@
|
|||
},
|
||||
"html": {
|
||||
"webappapis": {
|
||||
"timers": {
|
||||
"cleartimeout-clearinterval.any.js": true,
|
||||
"missing-timeout-setinterval.any.js": true,
|
||||
"negative-setinterval.any.js": true,
|
||||
"negative-settimeout.any.js": true,
|
||||
"type-long-setinterval.any.js": true,
|
||||
"type-long-settimeout.any.js": true
|
||||
},
|
||||
"microtask-queuing": {
|
||||
"queue-microtask-exceptions.any.js": true,
|
||||
"queue-microtask.any.js": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue