ava-is-running

1.0.3 • Public • Published

ava-is-running

Very simple module that detect if process is started by AVA. Zero dependencies

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

Package Sidebar

Install

npm i ava-is-running

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • fabioricali