summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'jasmine.json')
-rw-r--r--jasmine.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/jasmine.json b/jasmine.json
index ff0e666..9c7b40c 100644
--- a/jasmine.json
+++ b/jasmine.json
@@ -1,10 +1,20 @@
{
"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"
+ ],
+ "exclude": [
+ "test/webhelper/testTranslate.js",
+ "test/webhelper/testUpdateFontSize.js",
+ "test/webhelper/testWebActions.js"
+ ],
"environment": {
"GI_TYPELIB_PATH": ".",
"LD_LIBRARY_PATH": ".libs",
- "XDG_CONFIG_HOME": "/tmp"
+ "XDG_CONFIG_HOME": "/tmp",
+ "WEBHELPER_UNINSTALLED_EXTENSION_DIR": ".libs"
}
}