{
  "example": "$ sfdx force:lightning:lwc:test:setup",
  "commandDescription": "install Jest unit testing tools for Lightning Web Components.",
  "longDescription": "Installs Jest unit testing tools for Lightning Web Components. For more information, see the Lightning Web Components Dev Guide: https://developer.salesforce.com/docs/component-library/documentation/lwc/lwc.testing",
  "errorNodeNotFound": "Could not retrieve Node.js version. Verify it is properly installed and try again.",
  "errorNpmNotFound": "npm command not found. Verify npm is properly installed and try again.",
  "errorNodeVersion": "Node.js version too low. Version 8.12.0 or higher required. Found version %s",
  "errorNoPackageJson": "No package.json found at root of project. Run \"npm init\" to create one.",
  "errorLwcJestInstall": "Error installing @salesforce/sfdx-lwc-jest: %o",
  "logSuccess": "Test setup complete.",
  "logFileUpdatesStart": "Updating files...",
  "logFileUpdatesEnd": "File modifications complete.",
  "logQueueScripts": "Queueing addition of test scripts to package.json...",
  "logSkippingScripts": "One or more of the following package.json scripts already exists, skipping adding of test scripts: \"test:unit\", \"test:unit:debug\", \"test:unit:watch\"",
  "logConfigInPackageJson": "Jest configuration found in package.json. Skipping creation of jest.config.js file.",
  "logConfigInJestConfigJs": "Jest configuration found in jest.config.js. Skipping creation of new config file.",
  "logQueueConfig": "Queueing creation of jest.config.js file in project root...",
  "logQueueForceignoreAdd": "Queueing creation of .forceignore file in project root...",
  "logQueueForceignoreModify": "Queueing modification of .forceignore file in project root..."
}
