test.json 364 B

12345678910111213141516
  1. {
  2. "name": "test",
  3. "description": "Runs all unit tests and reports the results.",
  4. "flags": [
  5. {
  6. "name": "env",
  7. "description": "Sets the build environment.",
  8. "type": "string"
  9. },
  10. {
  11. "name": "watch",
  12. "description": "Watches test files for changes and re-runs the tests automatically.",
  13. "type": "boolean"
  14. }
  15. ]
  16. }