https://github.com/midwayjs/deno-mocha
https://github.com/midwayjs/deno-mocha
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/midwayjs/deno-mocha
- Owner: midwayjs
- Created: 2022-05-17T10:08:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T07:31:30.000Z (about 4 years ago)
- Last Synced: 2024-05-02T02:35:28.178Z (about 2 years ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.