Skip to content

Instantly share code, notes, and snippets.

@ztl8702
Created January 22, 2020 10:05
Show Gist options
  • Save ztl8702/bb1b925f23836fb0293faef6d4c2ef9b to your computer and use it in GitHub Desktop.
Save ztl8702/bb1b925f23836fb0293faef6d4c2ef9b to your computer and use it in GitHub Desktop.
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //test:rollup_test
-----------------------------------------------------------------------------
Randomized with seed 50221
Started
...F..
Failures:
1) Rollup PizzaServiceClient.orderPizza should return a UnaryResponse
Message:
 Error: This environment's XHR implementation cannot support binary transfer.
Stack:
Error: This environment's XHR implementation cannot support binary transfer.
at node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:15406
at o (node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:12036)
at Object.t.makeDefaultTransport (node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:12129)
at e.createTransport (node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:2565)
at new e (node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:2120)
at Object.t.client (node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:1828)
at Object.t.unary (node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:24757)
at PizzaServiceClient.orderPizza (node_modules/rules_typescript_proto/test/proto/pizza_service_pb_service.mjs:33:21)
at UserContext.<anonymous> (test/rollup_test.spec.js:33:29)
at <Jasmine>
at processImmediate (internal/timers.js:439:21)
6 specs, 1 failure
Finished in 0.134 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment