scottvonduhn
09/27/2019, 1:24 PMfunction testSalesOrderCustomGLImpact()
, function testCashSaleCustomGLImpact()
, etc. and then call them from the main scheduled script function. For unit testing script code, I have used Jest and Mocha, but run the tests externally (not in NetSuite) on a CI server and on my development machine using Node.samyt
09/27/2019, 1:26 PMscottvonduhn
09/27/2019, 1:46 PMsamyt
09/27/2019, 2:59 PM