Anyone know a good mock framework for unit-testing RESTlet? I am using Jest, but not finding good mocks for N/record and N/query
c
creece
01/16/2021, 4:23 PM
Its probably going to be easier to just wrap the netsuite specific data and mock those functions rather than trying to mock netsuite modules. For example something like a "getData" function that does all of the netsuite calls. You just mock getData.