1
0
Fork 0
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:
Casper Beyer 2021-02-13 19:59:46 +08:00 committed by GitHub
parent ca55a5d36e
commit 4c5631f85a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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