UNPKG

librelinkup-api

Version:

Node.js API wrapper for LibreLinkUp glucose monitoring

15 lines 313 B
module.exports = { testEnvironment: 'node', collectCoverageFrom: [ 'src/**/*.js', '!**/node_modules/**' ], coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: 80 } } };