launchers:
  Node:
    command: node_modules/.bin/mocha -R tap
    protocol: tap
launch_in_dev:
- Node
watch_files:
  - "test/**/*.spec.js"
  - "./*.js"
