保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/@jest/reporters/node_modules/jest-worker/build/Farm.js
@@ -31,9 +31,6 @@
  constructor(_numOfWorkers, _callback, options = {}) {
    var _options$workerSchedu, _options$taskQueue;
    this._numOfWorkers = _numOfWorkers;
    this._callback = _callback;
    _defineProperty(this, '_computeWorkerKey', void 0);
    _defineProperty(this, '_workerSchedulingPolicy', void 0);
@@ -46,6 +43,8 @@
    _defineProperty(this, '_taskQueue', void 0);
    this._numOfWorkers = _numOfWorkers;
    this._callback = _callback;
    this._computeWorkerKey = options.computeWorkerKey;
    this._workerSchedulingPolicy =
      (_options$workerSchedu = options.workerSchedulingPolicy) !== null &&