@nx-dart/nx-dart
Version:
A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace
23 lines (22 loc) • 497 B
JSON
{
"$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
}