framework: jasmine2
serve_files:
  - lib/**/*.js
  - test/client.js

src_files:
  - test/*.coffee
  - lib/**/*.js
launchers:
  node:
    command: ./node_modules/.bin/mocha --reporter tap test/server.js
    protocol: tap
before_tests: node_modules/.bin/coffee -c test
on_exit: rm test/*.js
launch_in_ci:
  - node
  - phantomjs
launch_in_dev:
  - node
  - phantomjs