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
- Host: GitHub
- URL: https://github.com/tanvirstreame/mocha-test-cases
- Owner: tanvirstreame
- Created: 2022-08-23T10:12:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T16:55:11.000Z (over 1 year ago)
- Last Synced: 2025-02-02T00:14:20.401Z (5 months ago)
- Topics: mocha, nodejs, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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