This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Description
Overview
Running e2e tests has 2 problems:
-
error message even though tests pass
Failed execution of transaction with id <uuid>. Error: NotImplementedException: Not Implemented
-
hangs after execution, currently fixed with --forceExit
Acceptance
- Error message should not appear during e2e tests execution
- Ideally we should not use --forceExit flag, check if possible to somehow fix jest hanging.