summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
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"]
+}