summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-05-15 23:04:42 -0700
committerPhilip Chimento <philip@endlessm.com>2015-05-21 13:22:19 -0700
commit6ff70f1a9ae70e3481411d27de7594477fa4d0d2 (patch)
tree66fc9e468023797401193d699e9f513683c596e3 /jasmine.json
parent820994f6f86bbc35c53cddaa7d976d81d4509ff6 (diff)
WebHelper2 for translating WebKit2 views
This adds a new Javascript module, WebHelper2. It's the WebKit2 analogue to WebHelper. It offers a facility for calling gettext() on the contents of DOM elements in your web page. It accomplishes this using an extension module that's loaded into WebKit's web process. [endlessm/eos-sdk#291]
Diffstat (limited to 'jasmine.json')
-rw-r--r--jasmine.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/jasmine.json b/jasmine.json
index ff37382..4d2ef8b 100644
--- a/jasmine.json
+++ b/jasmine.json
@@ -6,6 +6,11 @@
"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",