midwayjs / deno-mocha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 76.0%Language:JavaScript 24.0%