version: '2'
tasks:
  test:
    description: running tests
    do: shell
    command: npm test
