Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.nycrc 236B

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. }