Skip to content

Commit

Permalink
Added jasmine config file
Browse files Browse the repository at this point in the history
  • Loading branch information
obujor committed Mar 20, 2017
1 parent a2212bc commit f452505
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spec/support/jasmine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}

0 comments on commit f452505

Please sign in to comment.