www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

jasmine.json (143B)


      1 {
      2   "spec_dir": ".",
      3   "spec_files": [
      4     "test/**/*[sS]pec.js",
      5     "contrib/**/*[sS]pec.js"
      6   ],
      7   "helpers": [
      8     "helpers/**/*.js"
      9   ]
     10 }