summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-05-18 22:45:14 -0700
committerPhilip Chimento <philip@endlessm.com>2015-05-20 17:24:56 -0700
commit602ac79a7755a542aebc8ce17df765554f9464ef (patch)
tree044098ab14d69158e060c6049457505ddb44d75e /jasmine.json
parent0da6b4e5a5d4163c2eb8221658519c40a43d3a58 (diff)
Add missing tests to jasmine.json
There were some Javascript tests hiding out in test/endless. Make sure they get run when running Jasmine. [endlessm/eos-sdk#291]
Diffstat (limited to 'jasmine.json')
-rw-r--r--jasmine.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/jasmine.json b/jasmine.json
index ff0e666..ff37382 100644
--- a/jasmine.json
+++ b/jasmine.json
@@ -1,7 +1,11 @@
{
"include_paths": ["webhelper", "."],
"options": "--verbose",
- "spec_files": ["test/webhelper", "test/tools/eos-application-manifest"],
+ "spec_files": [
+ "test/endless",
+ "test/webhelper",
+ "test/tools/eos-application-manifest"
+ ],
"environment": {
"GI_TYPELIB_PATH": ".",
"LD_LIBRARY_PATH": ".libs",