You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.testem.json 304B

1234567891011121314
  1. {
  2. "launchers": {
  3. "node": {
  4. "command": "npm test"
  5. }
  6. },
  7. "src_files": [
  8. "./**/*.js"
  9. ],
  10. "before_tests": "npm run build",
  11. "on_exit": "rm test/static/bundle.js",
  12. "test_page": "test/static/index.html",
  13. "launch_in_dev": ["node", "phantomjs"]
  14. }