Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabioricali/mocha-is-running
Very simple module that detect if process is started by Mocha. Zero dipendencies.
https://github.com/fabioricali/mocha-is-running
detection mocha nodejs test
Last synced: 20 days ago
JSON representation
Very simple module that detect if process is started by Mocha. Zero dipendencies.
- Host: GitHub
- URL: https://github.com/fabioricali/mocha-is-running
- Owner: fabioricali
- License: mit
- Created: 2017-09-15T17:33:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T16:11:44.000Z (over 6 years ago)
- Last Synced: 2024-10-12T19:10:10.567Z (about 1 month ago)
- Topics: detection, mocha, nodejs, test
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
```
npm install mocha-is-running --save
```## Example
```javascript
const mochaIsRunning = require('mocha-is-running');
console.log(mochaIsRunning()) //=> true or false;
```## Changelog
You can view the changelog here## License
mocha-is-running is open-sourced software licensed under the MIT license## Authors
Fabio Ricali