We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix references to --require coffee-script/register which do not work with node
Updated compilers deprecation (markdown)
add babel 7 correct call
undo
fix reference to coffee-script npm package
--require coffee-script should be --require coffeescript, and note that coffeescript package must be installed
babel-register is deprecated; most users are likely using babel-core/register
corrected typo
reorganize examples, add TS example
Change --register to --require
Update quoting style for portability. (Windows does not work with single-quotes; passes them to Mocha as part of the argument and results in errors like `Warning: Could not find any test files matching pattern: '**/*.js'`.)