{
  "before_tests": "npm run test:integration:before",
  "framework": "tap",
  "launch_in_dev": ["PhantomJS"],
  "on_exit": "npm run test:integration:on_exit",
  "serve_files": [
    "./.tmp/test.bundle.js"
  ],
  "src_files": [
    "app/js/login-help.js",
    "app/js/auth/**/*.js",
    "test/integration/**/*.js"
  ]
}
