From 5394fdb6419cb138397e9612a79dc931349ddb81 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 2 Feb 2016 15:54:59 -0800 Subject: Enable JavaScript tests for binary parse/serialize. These should have been included in the first match but I overlooked them. This involved deleting some of the code that tests Google-internal-only features. --- js/jasmine.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/jasmine.json') diff --git a/js/jasmine.json b/js/jasmine.json index 05444550..f83c54c0 100644 --- a/js/jasmine.json +++ b/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", -- cgit v1.2.3