mirror of https://github.com/grpc/grpc-node.git
test: enable grpc-js Server interop testing
This commit enables interop testing with the grpc-js Server.
This commit is contained in:
parent
4399131bf9
commit
22b258bc4e
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue