Node-Red configuration
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12345678910111213
  1. {
  2. "all": true,
  3. "check-coverage": false,
  4. "instrumentation": false,
  5. "sourceMap": false,
  6. "reporter": ["text-summary", "text", "html", "json"],
  7. "exclude": [
  8. "coverage",
  9. "example",
  10. "test",
  11. "test-core-js.js"
  12. ]
  13. }