grpc-gcp

v0.1.1
Extension for supporting Google Cloud Platform specific features for gRPC.
google grpc cloud gcp

build

./codegen.sh && tsc && cp -r src/generated build/src/

preintegration-tests

npm run build

preunit-tests

npm run build

integration-tests

mocha test/integration/*.js --reporter spec --timeout 10000

unit-tests

mocha test/unit/*.js --reporter spec

eslint

eslint test/integration

check

gts check

fix

gts fix

prettier

prettier --write src/*.ts test/**/*.js

coverage

nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000

Metadata

Downloads

Maintainers