summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-04-17 12:43:34 -0700
committerPhilip Chimento <philip@endlessm.com>2015-04-17 12:44:42 -0700
commit9910f0c3752b5e5150299cbedf0277bbee08a82c (patch)
treee24bc8377dcd1595e48718b1a9a21fff9306b92c /jasmine.json
parent57bd893ffbd81f0be919affb83f2aa46cd1cc04e (diff)
Add Jasmine config file
This sets the options so that you get a nice default output when you run "jasmine" in the repo's root directory.
Diffstat (limited to 'jasmine.json')
-rw-r--r--jasmine.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/jasmine.json b/jasmine.json
new file mode 100644
index 0000000..aebe0bd
--- /dev/null
+++ b/jasmine.json
@@ -0,0 +1,5 @@
+{
+ "include_paths": ["webhelper", "."],
+ "options": "--verbose",
+ "spec_files": ["test/webhelper", "test/tools/eos-application-manifest"]
+}