graphprotocol / graph-tooling

Monorepo for various tools used by subgraph developers.
https://thegraph.com/docs
Apache License 2.0
387 stars 206 forks source link

investigate jest memory leaks #1086

Open saihaj opened 1 year ago

saihaj commented 1 year ago

Jest tests that we run for CLI today have a memory leak because the way we mock and do sync requests. We ned a better strategy to improve the tests and make them run faster.

Also related https://github.com/graphprotocol/graph-tooling/issues/656

saihaj commented 1 year ago

related https://github.com/graphprotocol/graph-tooling/issues/890