Problem
The global snap object is not mockable with standard jest libraries, this may be due to some js<>ts interop.
Solution
Investigate options for custom implementations.
Alternatives
Currently we are skipping unit tests that require use of the global snap object.
Problem
The global snap object is not mockable with standard jest libraries, this may be due to some js<>ts interop.
Solution
Investigate options for custom implementations.
Alternatives
Currently we are skipping unit tests that require use of the global snap object.