保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26fa49f4b0aa658d65a21fffe828f39e78302573
PAMapp/node_modules/jest/node_modules/jest-cli/build/cli/args.js
@@ -4,7 +4,7 @@
  value: true
});
exports.check = check;
exports.options = exports.docs = exports.usage = void 0;
exports.usage = exports.options = exports.docs = void 0;
function _jestConfig() {
  const data = require('jest-config');
@@ -47,7 +47,7 @@
  if (argv.onlyFailures && argv.watchAll) {
    throw new Error(
      `Both --onlyFailures and --watchAll were specified, but these two ` +
      'Both --onlyFailures and --watchAll were specified, but these two ' +
        'options do not make sense together.'
    );
  }
@@ -162,8 +162,8 @@
  },
  clearMocks: {
    description:
      'Automatically clear mock calls and instances between every ' +
      'test. Equivalent to calling jest.clearAllMocks() between each test.',
      'Automatically clear mock calls, instances and results before every test. ' +
      'Equivalent to calling jest.clearAllMocks() before each test.',
    type: 'boolean'
  },
  collectCoverage: {
@@ -454,8 +454,8 @@
  },
  resetMocks: {
    description:
      'Automatically reset mock state between every test. ' +
      'Equivalent to calling jest.resetAllMocks() between each test.',
      'Automatically reset mock state before every test. ' +
      'Equivalent to calling jest.resetAllMocks() before each test.',
    type: 'boolean'
  },
  resetModules: {
@@ -470,8 +470,8 @@
  },
  restoreMocks: {
    description:
      'Automatically restore mock state and implementation between every test. ' +
      'Equivalent to calling jest.restoreAllMocks() between each test.',
      'Automatically restore mock state and implementation before every test. ' +
      'Equivalent to calling jest.restoreAllMocks() before each test.',
    type: 'boolean'
  },
  rootDir: {