UNPKG

@tbowmo/node-red-small-timer

Version:

Small timer node for Node-RED with support for sunrise, sunset etc. timers

31 lines (30 loc) 462 B
{ "all": true, "per-file": true, "lines": 95, "functions": 95, "branches": 95, "statements": 95, "cache": false, "watermarks": { "lines": [95, 99], "functions": [95, 99], "branches": [90, 95], "statements": [95, 99] }, "exclude": [ "**/*.spec.ts" ], "include": [ "src/**/*.ts" ], "extension": [ ".ts" ], "require": [ "ts-node/register" ], "sourceMap": true, "instrument": true, "report-dir": "./.test_output/coverage" }