HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.
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.
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