summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2017-04-12 15:24:48 -0700
committerPhilip Chimento <philip@endlessm.com>2017-04-12 16:14:06 -0700
commite54bec3feb08b09de64945f72885c8c37258de60 (patch)
treee86d9c5ff13eaf6b7b5498d68624a413a18b544d /jasmine.json
parent72694e1790f779edc8f8ac163a66af561bf14500 (diff)
build: Remove Webhelper
Webhelper is now in its own repository: https://github.com/endlessm/webhelper https://phabricator.endlessm.com/T16203
Diffstat (limited to 'jasmine.json')
-rw-r--r--jasmine.json10
1 files changed, 1 insertions, 9 deletions
diff --git a/jasmine.json b/jasmine.json
index 440dca1..f6eecfd 100644
--- a/jasmine.json
+++ b/jasmine.json
@@ -1,23 +1,15 @@
{
- "include_paths": ["webhelper", "."],
+ "include_paths": ["."],
"options": "--verbose",
"spec_files": [
"test/endless",
- "test/webhelper/testTranslate2.js",
- "test/webhelper",
"test/tools/eos-application-manifest",
"test/tools/testHtmlExtractor.js"
],
- "exclude": [
- "test/webhelper/testTranslate.js",
- "test/webhelper/testUpdateFontSize.js",
- "test/webhelper/testWebActions.js"
- ],
"environment": {
"GI_TYPELIB_PATH": ".",
"LD_LIBRARY_PATH": ".libs",
"TOP_SRCDIR": ".",
- "WEBHELPER_UNINSTALLED_EXTENSION_DIR": ".libs",
"XDG_CONFIG_HOME": "/tmp"
}
}