mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user