fabioricali / ava-is-running

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%