Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 404 Bytes

deno-mocha

Run your existing mocha tests with Deno.

Setup

Setup dependencies:

$ npm install @midwayjs/deno-mocha --save-dev

Run your tests with deno-mocha:

$ deno-mocha 'test/**/*.test.ts'

Explainer

For testing convenience, the runner has also included the following popular testing module maps:

License

MIT.