From 9910f0c3752b5e5150299cbedf0277bbee08a82c Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 17 Apr 2015 12:43:34 -0700 Subject: 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. --- jasmine.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 jasmine.json (limited to 'jasmine.json') 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"] +} -- cgit v1.2.3