{
  "spec_dir": "spec",

  "spec_files": [
    "**/*[sS]pec.ts",
    "!**/*nospec.ts"
  ],

  "helpers": [
    "helpers/**/*.helper.ts"
  ],

  "stopSpecOnExpectationFailure": true,
  "failSpecWithNoExpectations": true,

  "stopOnSpecFailure": false,

  "random": false
}
