UNPKG

ava

Version:

Testing can be a drag. AVA helps you get it done.

6 lines (3 loc) 160 B
const info = require('ci-info'); const {AVA_FORCE_CI} = process.env; module.exports = AVA_FORCE_CI === 'not-ci' ? false : AVA_FORCE_CI === 'ci' || info.isCI;