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
stalbert
10/12/2018, 7:01 PM
I've been using
jest
lately.
stalbert
10/12/2018, 7:02 PM
we used to use karma/jasmine and mocha/chai
stalbert
10/12/2018, 7:03 PM
I'm still working out details of how to make unit testing easier for SuiteScripting