1
0
Fork 0
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:
Casper Beyer 2021-02-14 03:43:36 +08:00 committed by GitHub
parent b50691efed
commit a2adecbba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}
}
}
}