An open API service indexing awesome lists of open source software.

https://github.com/midwayjs/deno-mocha


https://github.com/midwayjs/deno-mocha

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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:

- assert:

## License

MIT.