ava-is-running
v1.0.3
Published
Very simple module that detect if process is started by AVA. Zero dependencies
Downloads
8
Maintainers
Readme
Installation
npm install ava-is-running --save
Example
const avaIsRunning = require('ava-is-running');
console.log(avaIsRunning()) //=> true or false;
Changelog
You can view the changelog here
License
ava-is-running is open-sourced software licensed under the MIT license
Authors
Fabio Ricali