Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 345 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 345 Bytes

Interoperability between .mjs and .js

There are also npm scripts fro these to reproduce the problem.

Does not work using node -r @std/esm

node -r @std/esm ard/apple.mjs

Does not work with mocha -r option

mocha -r @std/esm --recursive src/*.spec.mjs

Works (using require)

node index.js