{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "title": "Test executor",
  "description": "",
  "type": "object",
  "properties": {
    "coverage": {
      "type": "boolean",
      "description": "Whether to collect coverage information."
    },
    "targets": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The files or directories which contain the tests to run."
    }
  },
  "required": [],
  "additionalProperties": true
}
