mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
test(cli): enable microtask-queue tests (#9490)
This commit is contained in:
parent
ca55a5d36e
commit
4c5631f85a
1 changed files with 8 additions and 0 deletions
|
@ -1034,5 +1034,13 @@
|
|||
"file": {
|
||||
"File-constructor.any.js": true
|
||||
}
|
||||
},
|
||||
"html": {
|
||||
"webappapis": {
|
||||
"microtask-queuing": {
|
||||
"queue-microtask-exceptions.any.js": true,
|
||||
"queue-microtask.any.js": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue