jasmine.json 417 Bytes
Newer Older
1 2 3
{
    "spec_dir": "",
    "spec_files": [
4 5
        "*_test.js",
        "binary/*_test.js"
6 7 8 9
    ],
    "helpers": [
        "node_modules/google-closure-library/closure/goog/bootstrap/nodejs.js",
        "node_loader.js",
10 11 12
        "deps.js",
        "google/protobuf/any.js",
        "google/protobuf/struct.js",
13 14 15
        "google/protobuf/timestamp.js",
        "testproto_libs1.js",
        "testproto_libs2.js"
16 17
    ]
}