summaryrefslogtreecommitdiff
path: root/jasmine.json
blob: 7e2e39ff64e5548b174582c3b80818ad1c6d2db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "include_paths": ["webhelper", "."],
  "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/testTranslate2Old.js",
    "test/webhelper/testUpdateFontSize.js",
    "test/webhelper/testWebActions.js",
    "test/webhelper/testWebActions2Old.js"
  ],
  "environment": {
    "GI_TYPELIB_PATH": ".",
    "LD_LIBRARY_PATH": ".libs",
    "TOP_SRCDIR": ".",
    "WEBHELPER_UNINSTALLED_EXTENSION_DIR": ".libs",
    "XDG_CONFIG_HOME": "/tmp"
  }
}