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.

12 lines
171B

  1. {
  2. "spec_dir": "spec",
  3. "spec_files": [
  4. "**/*[sS]pec.js"
  5. ],
  6. "helpers": [
  7. "helpers/**/*.js"
  8. ],
  9. "stopSpecOnExpectationFailure": false,
  10. "random": false
  11. }