vkagamlyk commented on code in PR #1938: URL: https://github.com/apache/tinkerpop/pull/1938#discussion_r1067484871
########## gremlin-javascript/src/main/javascript/gremlin-javascript/test/integration/client-behavior-tests.js: ########## @@ -64,5 +63,15 @@ describe('Client', function () { await noUserAgentClient.close(); }); + it('should send per request settings to server', async function () { + let resultSet = await client.submit('1', null, { Review Comment: better to use `const` to declare immutable variable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org