UNPKG

approvals

Version:

Approval Tests Library - Capturing Human Intelligence

10 lines (9 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JestUtils = void 0; class JestUtils { static isJestRunning() { return !!process.env.JEST_WORKER_ID; } } exports.JestUtils = JestUtils;