Run your existing mocha tests with Deno.
Setup dependencies:
$ npm install @midwayjs/deno-mocha --save-dev
Run your tests with deno-mocha:
$ deno-mocha 'test/**/*.test.ts'
For testing convenience, the runner has also included the following popular testing module maps:
MIT.