summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'jasmine.json')
-rw-r--r--jasmine.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/jasmine.json b/jasmine.json
index aebe0bd..ff0e666 100644
--- a/jasmine.json
+++ b/jasmine.json
@@ -1,5 +1,10 @@
{
"include_paths": ["webhelper", "."],
"options": "--verbose",
- "spec_files": ["test/webhelper", "test/tools/eos-application-manifest"]
+ "spec_files": ["test/webhelper", "test/tools/eos-application-manifest"],
+ "environment": {
+ "GI_TYPELIB_PATH": ".",
+ "LD_LIBRARY_PATH": ".libs",
+ "XDG_CONFIG_HOME": "/tmp"
+ }
}