language: node_js
node_js:
  - 'lts/*'
install:
  - npm install -g jest codecov
script:
  - jest && codecov
