hyperformula
hyperformula copied to clipboard
Memory leaks in unit tests
Description
When running unit tests we can see that the heap size increases with every spec file. There must be a memory leak somewhere. It might be related to the way unit tests are written but we cannot be sure that the production code is OK. Needs investigation.

Steps to reproduce
- Run unit tests with heap size analysis
jest --runInBand --logHeapUsage
