Join Slack
Powered by
What're peoples preferred ways to unit test SS2 sc...
# suitescript
c
Craig
01/08/2020, 4:45 AM
What're peoples preferred ways to unit test SS2 scripts?
b
battk
01/08/2020, 12:37 PM
Pick your favorite javascript testing framework and use node to test your code
battk
01/08/2020, 1:17 PM
my current favored strategy is to use dependency injection by having a function construct another function with the required entry points
battk
01/08/2020, 1:18 PM
makes it easier to mock the netsuite api modules
s
stalbert
01/08/2020, 2:39 PM
I use
jest
i
irurzo
01/08/2020, 2:41 PM
Do you guys know any tutorial or something to do this, specifically with suitescript?
2
Views
Open in Slack
Previous
Next