summaryrefslogtreecommitdiff
path: root/jasmine.json
blob: ff0e666f79b0284ad62c47f8026ddb2beeda55bf (plain)
1
2
3
4
5
6
7
8
9
10
{
  "include_paths": ["webhelper", "."],
  "options": "--verbose",
  "spec_files": ["test/webhelper", "test/tools/eos-application-manifest"],
  "environment": {
    "GI_TYPELIB_PATH": ".",
    "LD_LIBRARY_PATH": ".libs",
    "XDG_CONFIG_HOME": "/tmp"
  }
}