jasmine.json 417 B

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