mocha and native ESM #1268
Answered
by
cspotcode
cspotcode
asked this question in
Official Recipes
-
Here is a working example of using mocha, ts-node, and node's native ESM module support. https://github.com/TypeStrong/ts-node-repros/tree/mochajs-native-esm Here are the logs proving that it works. https://github.com/TypeStrong/ts-node-repros/runs/2041304936 |
Beta Was this translation helpful? Give feedback.
Answered by
cspotcode
Mar 5, 2021
Replies: 1 comment 8 replies
-
If the example above can be improved, please share questions here so we can update it to address those questions. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
cspotcode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the example above can be improved, please share questions here so we can update it to address those questions.