hey, what do y'all use for testing / unit testing?...
# suitescript
d
hey, what do y'all use for testing / unit testing? The netsuite docs provide an example using karma-jasmine. I'm wondering if that's what everyone else is using? Or is there something better?
s
I've been using
jest
lately.
we used to use karma/jasmine and mocha/chai
I'm still working out details of how to make unit testing easier for SuiteScripting