solana-with-rpc-optimizations/web3.js/test/mocks
TJDawson10 9679bc6d1f
chore: typecheck web3.js tests (#29422)
* fix: web3.js test typescript errors

Fixes the typescript errors throughout the
web3.js test suite

* fix: node14 test

AbortController is a default in node16 but needs
to be imported for node14

* fix: additional typescript errors

Adds the tests to the tsconfig to auto-include mocha
and fixes remaining typescript errors

* fix: graphql-tools to work with typescript

version of graphql-tools initially installed has incompatible
types preventing ./scripts/typegen.sh from passing when tests
are added to the include path of tsconfig.json

* Don't build typedefs for tests

Co-authored-by: steveluscher <me+github@steveluscher.com>
2022-12-29 15:02:21 -08:00
..
rpc-http.ts chore: typecheck web3.js tests (#29422) 2022-12-29 15:02:21 -08:00
rpc-websockets.ts fix: web3.js transaction confirmation now double-checks for already-confirmed txs (#28290) 2022-11-28 11:55:56 -08:00