| 12345678910111213141516 |
- {
- "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"
- }
- ]
- }
|