summaryrefslogtreecommitdiff
path: root/spec/support/jasmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/jasmine.json')
-rw-r--r--spec/support/jasmine.json9
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..a5f2932
--- /dev/null
+++ b/spec/support/jasmine.json
@@ -0,0 +1,9 @@
+{
+ "spec_dir": "spec",
+ "spec_files": [
+ "**/*[sS]pec.js"
+ ],
+ "helpers": [
+ "helpers/**/*.js"
+ ]
+}