aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/jasmine.json
blob: 093f15794f71b71406c611706975bfd569b8c34f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "spec_dir": "",
    "spec_files": [
        "*_test.js",
        "binary/*_test.js"
    ],
    "helpers": [
        "node_modules/google-closure-library/closure/goog/bootstrap/nodejs.js",
        "node_loader.js",
        "deps.js",
        "google/protobuf/any.js",
        "google/protobuf/struct.js",
        "google/protobuf/timestamp.js"
    ]
}