Has anyone had much experience with writing unit t...
# suitescript
r
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
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.
r
Thanks for the insight @stalbert, appreciated as always 🙂
👍 1