<@UF7D36QC8> I've just started dabbling with it in...
# sdf
m
@ExtendApps Inc. I've just started dabbling with it in my current project. So far 99% testing business logic that doesn't need any mocks, but I have mocked a couple of things. I'm pretty new to unit testing in general so still have heaps to learn, but I'm happy to share what I've learned so far
c
Path of least resistance is to not mock any netsuite calls and wrap everything
Then you can mock whatever at will and not have to worry about what netsuite is doing which you shouldn't be testing anyways as thats netsuite.
(in general)