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

https://github.com/tanvirstreame/mocha-test-cases


https://github.com/tanvirstreame/mocha-test-cases

mocha nodejs testing typescript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Mocha Test Case
> "Mocha is a feature-rich JavaScript test framework running on Node.js and the browser, making asynchronous testing simple and fun."
>
> -- [Mochajs.org](https://mochajs.org/)

## How to use
First, clone the repo.
```bash
$ git clone https://github.com/tanvirstreame/mocha-test-cases.git
```
Then, install the dependencies locally and Mocha globally.
```bash
$ cd mocha-test-cases
$ npm install
$ npm test
```
## License
MIT