Chromium Code Reviews| Index: third_party/protobuf/js/jasmine.json |
| diff --git a/third_party/protobuf/js/jasmine.json b/third_party/protobuf/js/jasmine.json |
| index 05444550d2c9efba42a502138b1e889fd42a1a96..f83c54c09d35dc336fe982be65d9d1361d727014 100644 |
| --- a/third_party/protobuf/js/jasmine.json |
| +++ b/third_party/protobuf/js/jasmine.json |
| @@ -1,7 +1,8 @@ |
| { |
| "spec_dir": "", |
| "spec_files": [ |
| - "*_test.js" |
| + "*_test.js", |
| + "binary/*_test.js" |
| ], |
| "helpers": [ |
| "node_modules/google-closure-library/closure/goog/bootstrap/nodejs.js", |