language: node_js
cache:
  yarn: true
  directories:
    - node_modules
install:
  - yarn install
script:
  - yarn test