test: fix code coverage

This commit is contained in:
Nolan Lawson 2023-12-17 12:05:30 -08:00
parent ea25409acb
commit 89c4973f30
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
/* istanbul ignore next */
const qM = typeof queueMicrotask === 'function' ? queueMicrotask : callback => Promise.resolve().then(callback)
export { qM as queueMicrotask }