fusion-cli
Version:
45 lines (42 loc) • 779 B
JavaScript
/** Copyright (c) 2018 Uber Technologies, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
/* eslint-env node */
exports.allowedJestOptions = [
'changedFilesWithAncestor',
'changedSince',
'ci',
'clearCache',
'collectCoverageFrom',
'colors',
'coverage',
'detectOpenHandles',
'errorOnDeprecated',
'expand',
'findRelatedTests',
'json',
'lastCommit',
'listTests',
'logHeapUsage',
'maxWorkers',
'noStackTrace',
'noVerbose',
'notify',
'onlyChanged',
'outputPath',
'passWithNoTests',
'reporters',
'runInBand',
'showConfig',
'silent',
'testLocationInResults',
'useStderr',
'version',
'watch',
'watchAll',
'watchman',
];