Broken out from #1793.
enssdk's integration test (packages/enssdk/src/omnigraph/module.integration.test.ts) only exercises a HelloWorld query. Wire up the shared example-queries.ts (currently at packages/ensnode-sdk/src/omnigraph-api/example-queries.ts) so the thin client is exercised end-to-end against the devnet via integration-test-env.
From #1793:
We should integrate the client libs into the integration test environment and confirm that those pathways operate against the devnet as expected. This sort of integration test over the (thin) clients would be much more valuable than mocking the api responses, since there's very little actual control flow in most of the client methods to test.
Broken out from #1793.
enssdk's integration test (packages/enssdk/src/omnigraph/module.integration.test.ts) only exercises aHelloWorldquery. Wire up the sharedexample-queries.ts(currently atpackages/ensnode-sdk/src/omnigraph-api/example-queries.ts) so the thin client is exercised end-to-end against the devnet viaintegration-test-env.From #1793: