Has anyone had much experience with writing unit tests (with TS is a bonus) for your SuiteScripts?
Not sure what's the best way to go about it.
s
stalbert
06/10/2021, 1:51 PM
NetSuite has some unit testing examples but I don't have a link handy. We use jest, and transpile our code to UMD so it can be used unchanged both in NS and in Node for unit testing.