mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -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": {
|
||||||
"File-constructor.any.js": true
|
"File-constructor.any.js": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"html": {
|
||||||
|
"webappapis": {
|
||||||
|
"microtask-queuing": {
|
||||||
|
"queue-microtask-exceptions.any.js": true,
|
||||||
|
"queue-microtask.any.js": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue