jasmine.json 357 B

123456789101112131415
  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. ]
  15. }