app:
  build: .
  working_dir: /src
  volumes:
    - .:/src
  command: npm test
