What're peoples preferred ways to unit test SS2 sc...
# suitescript
c
What're peoples preferred ways to unit test SS2 scripts?
b
Pick your favorite javascript testing framework and use node to test your code
my current favored strategy is to use dependency injection by having a function construct another function with the required entry points
makes it easier to mock the netsuite api modules
s
I use jest
i
Do you guys know any tutorial or something to do this, specifically with suitescript?