is-in-test.js 80 Bytes
const isInTest = (typeof global.it) === 'function';

module.exports = isInTest;