test: enable grpc-js Server interop testing

This commit enables interop testing with the grpc-js Server.
This commit is contained in:
cjihrig 2019-06-20 14:40:19 -04:00
parent 4399131bf9
commit 22b258bc4e
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5
1 changed files with 3 additions and 3 deletions

View File

@ -56,8 +56,8 @@ const test = () => {
runTestsArgPairs = [
['native', 'native'],
['native', 'js'],
// ['js', 'native'],
// ['js', 'js']
['js', 'native'],
['js', 'js']
];
} else {
runTestsArgPairs = [
@ -73,4 +73,4 @@ export {
install,
cleanAll,
test
};
};