17 lines
364 B
JSON
17 lines
364 B
JSON
{
|
|
"name": "test",
|
|
"description": "Runs all unit tests and reports the results.",
|
|
"flags": [
|
|
{
|
|
"name": "env",
|
|
"description": "Sets the build environment.",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "watch",
|
|
"description": "Watches test files for changes and re-runs the tests automatically.",
|
|
"type": "boolean"
|
|
}
|
|
]
|
|
}
|