1.1.1 • Published 6 years ago

mocha-esm v1.1.1

Weekly downloads
26
License
MIT
Repository
github
Last release
6 years ago

mocha-esm

Build Status So I was playing around with esm (.mjs) files and realized, I couldn't get mocha running nicely. So this happened.

This is likely missing features, but I am open to PR's addressing!

Installation

yarn add global mocha-esm

or

npm i -g mocha-esm

Then:

mocha-esm <path/to/test> <path/to/other/test>
mocha-esm inspect <path/to/test> <path/to/other/test>
mocha-esm inspect-brk <path/to/test> <path/to/other/test>