diff options
Diffstat (limited to 'spec/support/jasmine.json')
-rw-r--r-- | spec/support/jasmine.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/support/jasmine.json b/spec/support/jasmine.json new file mode 100644 index 0000000..c7845fc --- /dev/null +++ b/spec/support/jasmine.json @@ -0,0 +1,9 @@ +{ + "spec_dir": "spec/spec", + "spec_files": [ + "!(helpers).js" + ], + "helpers": [ + "helpers.js" + ] +} |