I have a class with private methods:
class MyClass {
#myMethod () {}
}
Is it possible to test it with Jest?
I have a class with private methods:
class MyClass {
#myMethod () {}
}
Is it possible to test it with Jest?
Copyright © 2021 Jogjafile Inc.