An open API service indexing awesome lists of open source software.

https://github.com/tapjs/mock-esm


https://github.com/tapjs/mock-esm

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# @tapjs/mock-esm

just a proof of concept to do `const foo = await t.mockESM('./foo.mjs')`,
as the modern equivalent of `const foo = t.mock('./foo.cjs')`.