I have a class with private methods:
class MyClass { #myMethod () {} }
Is it possible to test it with Jest?